Html Css Color HEX #E0C120 Sunflower

📋 copy color: '#E0C120'

red 224 ◦ green 193 ◦ blue 32

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

Shades of Sunflower #E0C120

Tints of Sunflower #E0C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

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

R = 49.89%
G = 42.98%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0C120 (or 0xE0C120) is known color: Sunflower. HEX triplet: E0, C1 and 20. RGB value is (224,193,32). Sum of RGB (Red+Green+Blue) = 224+193+32=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C120 is #1F3EDF. Grayscale: #B8B8B8. Windows color (decimal): -2047712 or 2146784. OLE color: 2146784.

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

Color convert

RGB 224 193 32 -
CMYK 0 0.14 0.86 0.12
HSL 50.31º 0.76% 0.5% -
HSV(B) 50.31º 0.86% 0.88% -
XYZ 50.07 54.09 9.17 -
YUV 183.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 224 193 32 0 0.14 0.86 0.12 50.31 0.76 0.5
Hex E0 C1 20 0 E 56 C 32 4C 32
Octal 340 301 40 0 16 126 14 62 114 62
Binary 11100000 11000001 100000 0 1110 1010110 1100 110010 1001100 110010

Color Harmonies of #E0C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C120

Black with #E0C120

Text Example


Text Example

White with #E0C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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