Html Css Color HEX #E5A128 Galliano

📋 copy color: '#E5A128'

red 229 ◦ green 161 ◦ blue 40

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

Shades of Galliano #E5A128

Tints of Galliano #E5A128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 53.26%
G = 37.44%
B = 9.3%

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

#E5A128 (or 0xE5A128) is known color: Galliano. HEX triplet: E5, A1 and 28. RGB value is (229,161,40). Sum of RGB (Red+Green+Blue) = 229+161+40=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A128 is #1A5ED7. Grayscale: #A8A8A8. Windows color (decimal): -1728216 or 2662885. OLE color: 2662885.

HSL color Cylindrical-coordinate representation of color #E5A128: hue angle of 38.41º degrees, saturation: 0.78, 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 #E5A128 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 40 -
CMYK 0 0.30 0.83 0.10
HSL 38.41º 0.78% 0.53% -
HSV(B) 38.41º 0.83% 0.9% -
XYZ 45.44 42.3 7.78 -
YUV 167.54 56.03 171.84 -
System Red Green Blue C M Y K H S L
Decimal 229 161 40 0 0.30 0.83 0.10 38.41 0.78 0.53
Hex E5 A1 28 0 1E 53 A 26 4E 35
Octal 345 241 50 0 36 123 12 46 116 65
Binary 11100101 10100001 101000 0 11110 1010011 1010 100110 1001110 110101

Color Harmonies of #E5A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A128

Black with #E5A128

Text Example


Text Example

White with #E5A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A128; }

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

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

background-color css

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

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

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

border-color css

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

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

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