Html Css Color HEX #E5A124 Galliano

📋 copy color: '#E5A124'

red 229 ◦ green 161 ◦ blue 36

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

Shades of Galliano #E5A124

Tints of Galliano #E5A124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.45%

R = 53.76%
G = 37.79%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E5A124 (or 0xE5A124) is known color: Galliano. HEX triplet: E5, A1 and 24. RGB value is (229,161,36). Sum of RGB (Red+Green+Blue) = 229+161+36=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A124 is #1A5EDB. Grayscale: #A7A7A7. Windows color (decimal): -1728220 or 2400741. OLE color: 2400741.

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

Color convert

RGB 229 161 36 -
CMYK 0 0.30 0.84 0.10
HSL 38.86º 0.79% 0.52% -
HSV(B) 38.86º 0.84% 0.9% -
XYZ 45.38 42.28 7.44 -
YUV 167.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 229 161 36 0 0.30 0.84 0.10 38.86 0.79 0.52
Hex E5 A1 24 0 1E 54 A 27 4F 34
Octal 345 241 44 0 36 124 12 47 117 64
Binary 11100101 10100001 100100 0 11110 1010100 1010 100111 1001111 110100

Color Harmonies of #E5A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A124

Black with #E5A124

Text Example


Text Example

White with #E5A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A124; }

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

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

background-color css

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

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

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

border-color css

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

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

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