#EEB40B

Color #EEB40B Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #EEB40B

Tints of Selective Yellow #EEB40B

Color information

#EEB40B (or 0xEEB40B) is unknown color: approx 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

RGB23818011-
CMYK00.240.950.07
HSL44.67º91.16%48.82%-
HSV(B)44.67º95.38%93.33%-
XYZ51.6450.847.41-
YUV178.0833.72170.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.48%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381801100.240.950.0744.6791.1648.82
HexEEB4B0185F72d5b31
Octal3562641303013775513361
Binary1110111010110100101101100010111111111011011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>