Html Css Color HEX #E0C213 Sunflower

📋 copy color: '#E0C213'

red 224 ◦ green 194 ◦ blue 19

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

Shades of Sunflower #E0C213

Tints of Sunflower #E0C213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 51.26%
G = 44.39%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0C213 (or 0xE0C213) is known color: Sunflower. HEX triplet: E0, C2 and 13. RGB value is (224,194,19). Sum of RGB (Red+Green+Blue) = 224+194+19=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C213 is #1F3DEC. Grayscale: #B7B7B7. Windows color (decimal): -2047469 or 1295072. OLE color: 1295072.

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

Color convert

RGB 224 194 19 -
CMYK 0 0.13 0.92 0.12
HSL 51.22º 0.84% 0.48% -
HSV(B) 51.22º 0.92% 0.88% -
XYZ 50.15 54.48 8.49 -
YUV 183.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 224 194 19 0 0.13 0.92 0.12 51.22 0.84 0.48
Hex E0 C2 13 0 D 5C C 33 54 30
Octal 340 302 23 0 15 134 14 63 124 60
Binary 11100000 11000010 10011 0 1101 1011100 1100 110011 1010100 110000

Color Harmonies of #E0C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C213

Black with #E0C213

Text Example


Text Example

White with #E0C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C213; }

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

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

background-color css

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

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

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

border-color css

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

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

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