Html Css Color HEX #E09E20 Galliano

📋 copy color: '#E09E20'

red 224 ◦ green 158 ◦ blue 32

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

Shades of Galliano #E09E20

Tints of Galliano #E09E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.16%

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

R = 54.11%
G = 38.16%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E09E20 (or 0xE09E20) is known color: Galliano. HEX triplet: E0, 9E and 20. RGB value is (224,158,32). Sum of RGB (Red+Green+Blue) = 224+158+32=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09E20 is #1F61DF. Grayscale: #A3A3A3. Windows color (decimal): -2056672 or 2137824. OLE color: 2137824.

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

Color convert

RGB 224 158 32 -
CMYK 0 0.29 0.86 0.12
HSL 39.38º 0.76% 0.5% -
HSV(B) 39.38º 0.86% 0.88% -
XYZ 43.23 40.41 6.89 -
YUV 163.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 224 158 32 0 0.29 0.86 0.12 39.38 0.76 0.5
Hex E0 9E 20 0 1D 56 C 27 4C 32
Octal 340 236 40 0 35 126 14 47 114 62
Binary 11100000 10011110 100000 0 11101 1010110 1100 100111 1001100 110010

Color Harmonies of #E09E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E20

Black with #E09E20

Text Example


Text Example

White with #E09E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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