Html Css Color HEX #E5A32A Galliano

📋 copy color: '#E5A32A'

red 229 ◦ green 163 ◦ blue 42

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

Shades of Galliano #E5A32A

Tints of Galliano #E5A32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 52.76%
G = 37.56%
B = 9.68%

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

#E5A32A (or 0xE5A32A) is known color: Galliano. HEX triplet: E5, A3 and 2A. RGB value is (229,163,42). Sum of RGB (Red+Green+Blue) = 229+163+42=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A32A is #1A5CD5. Grayscale: #A9A9A9. Windows color (decimal): -1727702 or 2794469. OLE color: 2794469.

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

Color convert

RGB 229 163 42 -
CMYK 0 0.29 0.82 0.10
HSL 38.82º 0.78% 0.53% -
HSV(B) 38.82º 0.82% 0.9% -
XYZ 45.83 43.02 8.08 -
YUV 168.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 229 163 42 0 0.29 0.82 0.10 38.82 0.78 0.53
Hex E5 A3 2A 0 1D 52 A 27 4E 35
Octal 345 243 52 0 35 122 12 47 116 65
Binary 11100101 10100011 101010 0 11101 1010010 1010 100111 1001110 110101

Color Harmonies of #E5A32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A32A

Black with #E5A32A

Text Example


Text Example

White with #E5A32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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