Html Css Color HEX #E5A127 Galliano

📋 copy color: '#E5A127'

red 229 ◦ green 161 ◦ blue 39

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

Shades of Galliano #E5A127

Tints of Galliano #E5A127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 53.38%
G = 37.53%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5A127 (or 0xE5A127) is known color: Galliano. HEX triplet: E5, A1 and 27. RGB value is (229,161,39). Sum of RGB (Red+Green+Blue) = 229+161+39=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A127 is #1A5ED8. Grayscale: #A7A7A7. Windows color (decimal): -1728217 or 2597349. OLE color: 2597349.

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

Color convert

RGB 229 161 39 -
CMYK 0 0.30 0.83 0.10
HSL 38.53º 0.79% 0.53% -
HSV(B) 38.53º 0.83% 0.9% -
XYZ 45.42 42.29 7.69 -
YUV 167.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 229 161 39 0 0.30 0.83 0.10 38.53 0.79 0.53
Hex E5 A1 27 0 1E 53 A 27 4F 35
Octal 345 241 47 0 36 123 12 47 117 65
Binary 11100101 10100001 100111 0 11110 1010011 1010 100111 1001111 110101

Color Harmonies of #E5A127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A127

Black with #E5A127

Text Example


Text Example

White with #E5A127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A127; }

 p { color: rgb(229,161,39); }

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

background-color css

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

 a { background-color: rgb(229,161,39); }

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

border-color css

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

 span { border-color: rgb(229,161,39); }

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