Html Css Color HEX #E0C920 Sunflower

📋 copy color: '#E0C920'

red 224 ◦ green 201 ◦ blue 32

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

Shades of Sunflower #E0C920

Tints of Sunflower #E0C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

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

R = 49.02%
G = 43.98%
B = 7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0C920 (or 0xE0C920) is known color: Sunflower. HEX triplet: E0, C9 and 20. RGB value is (224,201,32). Sum of RGB (Red+Green+Blue) = 224+201+32=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C920 is #1F36DF. Grayscale: #BDBDBD. Windows color (decimal): -2045664 or 2148832. OLE color: 2148832.

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

Color convert

RGB 224 201 32 -
CMYK 0 0.10 0.86 0.12
HSL 52.81º 0.76% 0.5% -
HSV(B) 52.81º 0.86% 0.88% -
XYZ 51.89 57.72 9.77 -
YUV 188.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 224 201 32 0 0.10 0.86 0.12 52.81 0.76 0.5
Hex E0 C9 20 0 A 56 C 35 4C 32
Octal 340 311 40 0 12 126 14 65 114 62
Binary 11100000 11001001 100000 0 1010 1010110 1100 110101 1001100 110010

Color Harmonies of #E0C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C920

Black with #E0C920

Text Example


Text Example

White with #E0C920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C920; }

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

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

background-color css

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

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

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

border-color css

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

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

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