Html Css Color HEX #EEB40B Selective Yellow

📋 copy color: '#EEB40B'

red 238 ◦ green 180 ◦ blue 11

#EEB40B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #EEB40B

Tints of Selective Yellow #EEB40B

RGB

 RED value IS 238 (93.36% from 255) = 55.48%

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 55.48%
G = 41.96%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEB40B (or 0xEEB40B) is known color: Selective Yellow. HEX triplet: EE, B4 and 0B. RGB value is (238,180,11). Sum of RGB (Red+Green+Blue) = 238+180+11=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB40B is #114BF4. Grayscale: #B2B2B2. Windows color (decimal): -1133557 or 767214. OLE color: 767214.

HSL color Cylindrical-coordinate representation of color #EEB40B: hue angle of 44.67º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB40B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 11 -
CMYK 0 0.24 0.95 0.07
HSL 44.67º 0.91% 0.49% -
HSV(B) 44.67º 0.95% 0.93% -
XYZ 51.64 50.84 7.41 -
YUV 178.08 33.72 170.74 -
System Red Green Blue C M Y K H S L
Decimal 238 180 11 0 0.24 0.95 0.07 44.67 0.91 0.49
Hex EE B4 B 0 18 5F 7 2D 5B 31
Octal 356 264 13 0 30 137 7 55 133 61
Binary 11101110 10110100 1011 0 11000 1011111 111 101101 1011011 110001

Color Harmonies of #EEB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB40B

Black with #EEB40B

Text Example


Text Example

White with #EEB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB40B; }

 p { color: rgb(238,180,11); }

 H1.HeaderClassName
 {
   color: #EEB40B;
 }
 .AnyTagClassName
 {
   color: #EEB40B;
 }
</style>

background-color css

<style>
 a { background-color: #EEB40B; }

 a { background-color: rgb(238,180,11); }

 div.DivClassName
 {
   background-color: #EEB40B;
 }
 .BgClassName
 {
   background-color: #EEB40B;
 }
</style>

border-color css

<style>
 span { border-color: #EEB40B; }

 span { border-color: rgb(238,180,11); }

 td.TdClassName
 {
   border-color: #EEB40B;
 }
 .TagClassName
 {
   border-color: #EEB40B;
 }
</style>