Html Css Color HEX #E5A71A Galliano

📋 copy color: '#E5A71A'

red 229 ◦ green 167 ◦ blue 26

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

Shades of Galliano #E5A71A

Tints of Galliano #E5A71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

 BLUE value IS 26 (10.55% from 255) = 6.16%

R = 54.27%
G = 39.57%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5A71A (or 0xE5A71A) is known color: Galliano. HEX triplet: E5, A7 and 1A. RGB value is (229,167,26). Sum of RGB (Red+Green+Blue) = 229+167+26=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A71A is #1A58E5. Grayscale: #AAAAAA. Windows color (decimal): -1726694 or 1746917. OLE color: 1746917.

HSL color Cylindrical-coordinate representation of color #E5A71A: hue angle of 41.67º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5A71A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 167 26 -
CMYK 0 0.27 0.89 0.10
HSL 41.67º 0.8% 0.5% -
HSV(B) 41.67º 0.89% 0.9% -
XYZ 46.32 44.37 7.1 -
YUV 169.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 229 167 26 0 0.27 0.89 0.10 41.67 0.8 0.5
Hex E5 A7 1A 0 1B 59 A 2A 50 32
Octal 345 247 32 0 33 131 12 52 120 62
Binary 11100101 10100111 11010 0 11011 1011001 1010 101010 1010000 110010

Color Harmonies of #E5A71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A71A

Black with #E5A71A

Text Example


Text Example

White with #E5A71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A71A; }

 p { color: rgb(229,167,26); }

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

background-color css

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

 a { background-color: rgb(229,167,26); }

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

border-color css

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

 span { border-color: rgb(229,167,26); }

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