Html Css Color HEX #E0C221 Sunflower

📋 copy color: '#E0C221'

red 224 ◦ green 194 ◦ blue 33

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

Shades of Sunflower #E0C221

Tints of Sunflower #E0C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 49.67%
G = 43.02%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0C221 (or 0xE0C221) is known color: Sunflower. HEX triplet: E0, C2 and 21. RGB value is (224,194,33). Sum of RGB (Red+Green+Blue) = 224+194+33=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C221 is #1F3DDE. Grayscale: #B9B9B9. Windows color (decimal): -2047455 or 2212576. OLE color: 2212576.

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

Color convert

RGB 224 194 33 -
CMYK 0 0.13 0.85 0.12
HSL 50.58º 0.75% 0.5% -
HSV(B) 50.58º 0.85% 0.88% -
XYZ 50.31 54.54 9.31 -
YUV 184.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 224 194 33 0 0.13 0.85 0.12 50.58 0.75 0.5
Hex E0 C2 21 0 D 55 C 33 4B 32
Octal 340 302 41 0 15 125 14 63 113 62
Binary 11100000 11000010 100001 0 1101 1010101 1100 110011 1001011 110010

Color Harmonies of #E0C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C221

Black with #E0C221

Text Example


Text Example

White with #E0C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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