#E0CC0B

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

Shades of Sunflower #E0CC0B

Tints of Sunflower #E0CC0B

Color information

#E0CC0B (or 0xE0CC0B) is unknown color: approx Sunflower. HEX triplet: E0, CC and 0B. RGB value is (224,204,11). Sum of RGB (Red+Green+Blue) = 224+204+11=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CC0B is #1F33F4. Grayscale: #BCBCBC. Windows color (decimal): -2044917 or 773344. OLE color: 773344.

HSL color Cylindrical-coordinate representation of color #E0CC0B: hue angle of 54.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0CC0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22420411-
CMYK00.090.950.12
HSL54.37º90.64%46.08%-
HSV(B)54.37º95.09%87.84%-
XYZ52.3959.068.95-
YUV187.9828.13153.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=51.03%
G=46.47%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242041100.090.950.1254.3790.6446.08
HexE0CCB095FC365b2e
Octal34031413011137146613356
Binary1110000011001100101101001101111111001101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC0B; }

 p { color: rgb(224,204,11); }

 H1.HeaderClassName
 {
   color: #E0CC0B;
 }
 .AnyTagClassName
 {
   color: #E0CC0B;
 }
</style>
background-color css

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

 a { background-color: rgb(224,204,11); }

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

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

 span { border-color: rgb(224,204,11); }

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