#E0C718

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

Shades of Sunflower #E0C718

Tints of Sunflower #E0C718

Color information

#E0C718 (or 0xE0C718) is unknown color: approx Sunflower. HEX triplet: E0, C7 and 18. RGB value is (224,199,24). Sum of RGB (Red+Green+Blue) = 224+199+24=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C718 is #1F38E7. Grayscale: #BBBBBB. Windows color (decimal): -2046184 or 1624032. OLE color: 1624032.

HSL color Cylindrical-coordinate representation of color #E0C718: hue angle of 52.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0C718 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB22419924-
CMYK00.110.890.12
HSL52.5º80.65%48.63%-
HSV(B)52.5º89.29%87.84%-
XYZ51.3356.769.11-
YUV186.5236.28154.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 24 (9.77% from 255) = 5.37%
R=50.11%
G=44.52%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241992400.110.890.1252.580.6548.63
HexE0C7180B59C345131
Octal34030730013131146412161
Binary11100000110001111100001011101100111001101001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C718; }

 p { color: rgb(224,199,24); }

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

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

 a { background-color: rgb(224,199,24); }

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

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

 span { border-color: rgb(224,199,24); }

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