Html Css Color HEX #E5A42A Galliano

📋 copy color: '#E5A42A'

red 229 ◦ green 164 ◦ blue 42

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

Shades of Galliano #E5A42A

Tints of Galliano #E5A42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 42 (16.8% from 255) = 9.66%

R = 52.64%
G = 37.7%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5A42A (or 0xE5A42A) is known color: Galliano. HEX triplet: E5, A4 and 2A. RGB value is (229,164,42). Sum of RGB (Red+Green+Blue) = 229+164+42=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A42A is #1A5BD5. Grayscale: #AAAAAA. Windows color (decimal): -1727446 or 2794725. OLE color: 2794725.

HSL color Cylindrical-coordinate representation of color #E5A42A: hue angle of 39.14º 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 #E5A42A is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 164 42 -
CMYK 0 0.28 0.82 0.10
HSL 39.14º 0.78% 0.53% -
HSV(B) 39.14º 0.82% 0.9% -
XYZ 46.01 43.38 8.14 -
YUV 169.53 56.03 170.42 -
System Red Green Blue C M Y K H S L
Decimal 229 164 42 0 0.28 0.82 0.10 39.14 0.78 0.53
Hex E5 A4 2A 0 1C 52 A 27 4E 35
Octal 345 244 52 0 34 122 12 47 116 65
Binary 11100101 10100100 101010 0 11100 1010010 1010 100111 1001110 110101

Color Harmonies of #E5A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A42A

Black with #E5A42A

Text Example


Text Example

White with #E5A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A42A; }

 p { color: rgb(229,164,42); }

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

background-color css

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

 a { background-color: rgb(229,164,42); }

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

border-color css

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

 span { border-color: rgb(229,164,42); }

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