#E0C418

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

Shades of Sunflower #E0C418

Tints of Sunflower #E0C418

Color information

#E0C418 (or 0xE0C418) is unknown color: approx Sunflower. HEX triplet: E0, C4 and 18. RGB value is (224,196,24). Sum of RGB (Red+Green+Blue) = 224+196+24=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C418 is #1F3BE7. Grayscale: #B9B9B9. Windows color (decimal): -2046952 or 1623264. OLE color: 1623264.

HSL color Cylindrical-coordinate representation of color #E0C418: hue angle of 51.6º 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 #E0C418 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB22419624-
CMYK00.120.890.12
HSL51.6º80.65%48.63%-
HSV(B)51.6º89.29%87.84%-
XYZ50.6555.398.89-
YUV184.7637.28155.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.45%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 24 (9.77% from 255) = 5.41%
R=50.45%
G=44.14%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241962400.120.890.1251.680.6548.63
HexE0C4180C59C345131
Octal34030430014131146412161
Binary11100000110001001100001100101100111001101001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C418; }

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

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

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

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

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

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

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

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