Html Css Color HEX #E5A71C Galliano

📋 copy color: '#E5A71C'

red 229 ◦ green 167 ◦ blue 28

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

Shades of Galliano #E5A71C

Tints of Galliano #E5A71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 54.01%
G = 39.39%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5A71C (or 0xE5A71C) is known color: Galliano. HEX triplet: E5, A7 and 1C. RGB value is (229,167,28). Sum of RGB (Red+Green+Blue) = 229+167+28=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A71C is #1A58E3. Grayscale: #AAAAAA. Windows color (decimal): -1726692 or 1877989. OLE color: 1877989.

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

Color convert

RGB 229 167 28 -
CMYK 0 0.27 0.88 0.10
HSL 41.49º 0.79% 0.5% -
HSV(B) 41.49º 0.88% 0.9% -
XYZ 46.34 44.38 7.22 -
YUV 169.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 229 167 28 0 0.27 0.88 0.10 41.49 0.79 0.5
Hex E5 A7 1C 0 1B 58 A 29 4F 32
Octal 345 247 34 0 33 130 12 51 117 62
Binary 11100101 10100111 11100 0 11011 1011000 1010 101001 1001111 110010

Color Harmonies of #E5A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A71C

Black with #E5A71C

Text Example


Text Example

White with #E5A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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