COLOR #EBD40B

HEX: #EBD40B
RGB: (235,212,11)

Renk bilgisi

#EBD40B contains mainly red and green colors. #EBD40B ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBD40B color RGB value is (235,212,11).

  • kırmız ton 235;
  • yeşil ton 212;
  • mavi ton 11.
RGB:
(235,212,11)
(92%,83%,4%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 212 of 255 = 83%
B 11 of 255 = 4%

235
212
11

R + G + B ~ 60%. #EBD40B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 212 + 11 = 458 (100%)
R 235 of 458 ~ 51.31%
G 212 of 458 ~ 46.29%
B 11 of 458 ~ 2.4%

%51.31
%46.29

CMYK RENK MODELİ

#EBD40B rengi CMYK tonu (0,10,95,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.79%
  • sarı tonu 95.32%
  • ana renk tonu 7.84%
CMYK:
(0,10,95,8)
C0M10Y95K8 
(0%,10%,95%,8%)
(0.00/0.10/0.95/0.08)	

CMYK yüzdeleri

%0
%9.79
%95.32
%7.84

Codes

Color #EBD40B in popluar color models

EBD40B
RGB23521211
HSL54°91.06%48.24%
HSB/HSV54°95.32%92.16%
CMYK0.00%9.79%95.32%
7.84%

Color #EBD40B in popluar number systems.

HEXEBD40B
Decimal23521211
Binary11101011110101001011
Octal35332413

Shades and tints

Shades of #EBD40B

#EBD40B
(235,212,11)
#D6C10A
(214,193,10)
#C1AE09
(193,174,9)
#AC9B08
(172,155,8)
#978807
(151,136,7)
#827506
(130,117,6)
#6D6205
(109,98,5)
#584F04
(88,79,4)
#433C03
(67,60,3)
#2E2902
(46,41,2)
#191601
(25,22,1)
#000000
(0,0,0)

Tints of #EBD40B

#EBD40B
(235,212,11)
#ECD721
(236,215,33)
#EDDA37
(237,218,55)
#EEDD4D
(238,221,77)
#EFE063
(239,224,99)
#F0E379
(240,227,121)
#F1E68F
(241,230,143)
#F2E9A5
(242,233,165)
#F3ECBB
(243,236,187)
#F4EFD1
(244,239,209)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD40B color. Also use rgb(235,212,11) instead hex code.

Text Font Color

.myTextColor { color: #EBD40B; }

<p style="color:#EBD40B">This sample text font color is #EBD40B.</p>

This text font color is #EBD40B.


Background Color

.myBgColor { background-color: #EBD40B; }

<div style="background-color:#EBD40B">Inner text</div>

This div background color is #EBD40B.


Border color

.myBorderColor { border: 1px solid #EBD40B; }

<div style="border:3px solid #EBD40B">Div</div>

This div border color is #EBD40B.


Opacity

.myOpacity80 { color: #EBD40B; opacity: 0.8; }

<p style="color:#EBD40B;opacity:0.8;">80%</p>

Text with #EBD40B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBD40B;}

<p style="text-shadow: 3px 3px 1px #EBD40B">Text here.</p>

This text has shadow with #EBD40B color.

.textShadow {text-shadow: 3px 3px 1px #EBD40B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBD40B, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBD40B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD40B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBD40B, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBD40B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBD40B;
  -webkit-box-shadow:	1px 1px 3px 2px #EBD40B;
  box-shadow:		1px 1px 3px 2px #EBD40B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD40B;
-webkit-box-shadow: 1px 1px 3px 2px #EBD40B;
box-shadow:1px 1px 3px 2px #EBD40B;">
Div content here</div>
This div box has shadow with color #EBD40B.

Preview

Color preview on black background

This text has color #EBD40B on black background.


Color preview on white background

This text has color #EBD40B on white background.



Black color preview on #EBD40B background

This text has black color on #EBD40B background.


White color preview on #EBD40B background

This text has white color on #EBD40B background.