Html Css Color HEX #E5A71B Galliano

📋 copy color: '#E5A71B'

red 229 ◦ green 167 ◦ blue 27

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

Shades of Galliano #E5A71B

Tints of Galliano #E5A71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.38%

R = 54.14%
G = 39.48%
B = 6.38%

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

#E5A71B (or 0xE5A71B) is known color: Galliano. HEX triplet: E5, A7 and 1B. RGB value is (229,167,27). Sum of RGB (Red+Green+Blue) = 229+167+27=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A71B is #1A58E4. Grayscale: #AAAAAA. Windows color (decimal): -1726693 or 1812453. OLE color: 1812453.

HSL color Cylindrical-coordinate representation of color #E5A71B: hue angle of 41.58º degrees, saturation: 0.8, 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 #E5A71B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 167 27 -
CMYK 0 0.27 0.88 0.10
HSL 41.58º 0.8% 0.5% -
HSV(B) 41.58º 0.88% 0.9% -
XYZ 46.33 44.37 7.16 -
YUV 169.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 229 167 27 0 0.27 0.88 0.10 41.58 0.8 0.5
Hex E5 A7 1B 0 1B 58 A 2A 50 32
Octal 345 247 33 0 33 130 12 52 120 62
Binary 11100101 10100111 11011 0 11011 1011000 1010 101010 1010000 110010

Color Harmonies of #E5A71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A71B

Black with #E5A71B

Text Example


Text Example

White with #E5A71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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