Html Css Color HEX #E0A225 Galliano

📋 copy color: '#E0A225'

red 224 ◦ green 162 ◦ blue 37

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

Shades of Galliano #E0A225

Tints of Galliano #E0A225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 52.96%
G = 38.3%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0A225 (or 0xE0A225) is known color: Galliano. HEX triplet: E0, A2 and 25. RGB value is (224,162,37). Sum of RGB (Red+Green+Blue) = 224+162+37=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A225 is #1F5DDA. Grayscale: #A6A6A6. Windows color (decimal): -2055643 or 2466528. OLE color: 2466528.

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

Color convert

RGB 224 162 37 -
CMYK 0 0.28 0.83 0.12
HSL 40.11º 0.75% 0.51% -
HSV(B) 40.11º 0.83% 0.88% -
XYZ 43.99 41.82 7.5 -
YUV 166.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 224 162 37 0 0.28 0.83 0.12 40.11 0.75 0.51
Hex E0 A2 25 0 1C 53 C 28 4B 33
Octal 340 242 45 0 34 123 14 50 113 63
Binary 11100000 10100010 100101 0 11100 1010011 1100 101000 1001011 110011

Color Harmonies of #E0A225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A225

Black with #E0A225

Text Example


Text Example

White with #E0A225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A225; }

 p { color: rgb(224,162,37); }

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

background-color css

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

 a { background-color: rgb(224,162,37); }

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

border-color css

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

 span { border-color: rgb(224,162,37); }

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