Html Css Color HEX #E0C220 Sunflower

📋 copy color: '#E0C220'

red 224 ◦ green 194 ◦ blue 32

#E0C220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #E0C220

Tints of Sunflower #E0C220

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 49.78%
G = 43.11%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0C220 (or 0xE0C220) is known color: Sunflower. HEX triplet: E0, C2 and 20. RGB value is (224,194,32). Sum of RGB (Red+Green+Blue) = 224+194+32=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C220 is #1F3DDF. Grayscale: #B9B9B9. Windows color (decimal): -2047456 or 2147040. OLE color: 2147040.

HSL color Cylindrical-coordinate representation of color #E0C220: hue angle of 50.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0C220 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 194 32 -
CMYK 0 0.13 0.86 0.12
HSL 50.63º 0.76% 0.5% -
HSV(B) 50.63º 0.86% 0.88% -
XYZ 50.29 54.54 9.24 -
YUV 184.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 224 194 32 0 0.13 0.86 0.12 50.63 0.76 0.5
Hex E0 C2 20 0 D 56 C 33 4C 32
Octal 340 302 40 0 15 126 14 63 114 62
Binary 11100000 11000010 100000 0 1101 1010110 1100 110011 1001100 110010

Color Harmonies of #E0C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C220

Black with #E0C220

Text Example


Text Example

White with #E0C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C220; }

 p { color: rgb(224,194,32); }

 H1.HeaderClassName
 {
   color: #E0C220;
 }
 .AnyTagClassName
 {
   color: #E0C220;
 }
</style>

background-color css

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

 a { background-color: rgb(224,194,32); }

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

border-color css

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

 span { border-color: rgb(224,194,32); }

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