#e0c428

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

Shades of Sunflower #E0C428

Tints of Sunflower #E0C428

Color information

#E0C428 (or 0xE0C428) is unknown color: approx Sunflower. HEX triplet: E0, C4 and 28. RGB value is (224,196,40). Sum of RGB (Red+Green+Blue) = 224+196+40=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C428 is #1F3BD7. Grayscale: #BBBBBB. Windows color (decimal): -2046936 or 2671840. OLE color: 2671840.

HSL color Cylindrical-coordinate representation of color #E0C428: hue angle of 50.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0C428 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22419640-
CMYK00.120.820.12
HSL50.87º74.8%51.76%-
HSV(B)50.87º82.14%87.84%-
XYZ50.8655.4810.04-
YUV186.5945.28154.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 40 (16.02% from 255) = 8.70%
R=48.70%
G=42.61%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241964000.120.820.1250.8774.851.76
HexE0C4280C52C334b34
Octal34030450014122146311364
Binary111000001100010010100001100101001011001100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0c428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0c428; }

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

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

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

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

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

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

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

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