Html Css Color HEX #E5A229 Galliano

📋 copy color: '#E5A229'

red 229 ◦ green 162 ◦ blue 41

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

Shades of Galliano #E5A229

Tints of Galliano #E5A229

RGB

 RED value IS 229 (89.84% from 255) = 53.01%

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

 BLUE value IS 41 (16.41% from 255) = 9.49%

R = 53.01%
G = 37.5%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5A229 (or 0xE5A229) is known color: Galliano. HEX triplet: E5, A2 and 29. RGB value is (229,162,41). Sum of RGB (Red+Green+Blue) = 229+162+41=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A229 is #1A5DD6. Grayscale: #A8A8A8. Windows color (decimal): -1727959 or 2728677. OLE color: 2728677.

HSL color Cylindrical-coordinate representation of color #E5A229: hue angle of 38.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5A229 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 41 -
CMYK 0 0.29 0.82 0.10
HSL 38.62º 0.78% 0.53% -
HSV(B) 38.62º 0.82% 0.9% -
XYZ 45.63 42.66 7.93 -
YUV 168.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 229 162 41 0 0.29 0.82 0.10 38.62 0.78 0.53
Hex E5 A2 29 0 1D 52 A 27 4E 35
Octal 345 242 51 0 35 122 12 47 116 65
Binary 11100101 10100010 101001 0 11101 1010010 1010 100111 1001110 110101

Color Harmonies of #E5A229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A229

Black with #E5A229

Text Example


Text Example

White with #E5A229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A229; }

 p { color: rgb(229,162,41); }

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

background-color css

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

 a { background-color: rgb(229,162,41); }

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

border-color css

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

 span { border-color: rgb(229,162,41); }

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