#E1CC06

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

Shades of Sunflower #E1CC06

Tints of Sunflower #E1CC06

Color information

#E1CC06 (or 0xE1CC06) is unknown color: approx Sunflower. HEX triplet: E1, CC and 06. RGB value is (225,204,6). Sum of RGB (Red+Green+Blue) = 225+204+6=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CC06 is #1E33F9. Grayscale: #BCBCBC. Windows color (decimal): -1979386 or 445665. OLE color: 445665.

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

Color convert

RGB2252046-
CMYK00.090.970.12
HSL54.25º94.81%45.29%-
HSV(B)54.25º97.33%88.24%-
XYZ52.6859.218.82-
YUV187.7125.46154.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 6 (2.73% from 255) = 1.38%
R=51.72%
G=46.90%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225204600.090.970.1254.2594.8145.29
HexE1CC60961C365f2d
Octal3413146011141146613755
Binary111000011100110011001001110000111001101101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC06; }

 p { color: rgb(225,204,6); }

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

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

 a { background-color: rgb(225,204,6); }

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

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

 span { border-color: rgb(225,204,6); }

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