Html Css Color HEX #E5A11F Galliano

📋 copy color: '#E5A11F'

red 229 ◦ green 161 ◦ blue 31

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

Shades of Galliano #E5A11F

Tints of Galliano #E5A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 31 (12.5% from 255) = 7.36%

R = 54.39%
G = 38.24%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5A11F (or 0xE5A11F) is known color: Galliano. HEX triplet: E5, A1 and 1F. RGB value is (229,161,31). Sum of RGB (Red+Green+Blue) = 229+161+31=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A11F is #1A5EE0. Grayscale: #A7A7A7. Windows color (decimal): -1728225 or 2073061. OLE color: 2073061.

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

Color convert

RGB 229 161 31 -
CMYK 0 0.30 0.86 0.10
HSL 39.39º 0.79% 0.51% -
HSV(B) 39.39º 0.86% 0.9% -
XYZ 45.31 42.25 7.06 -
YUV 166.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 229 161 31 0 0.30 0.86 0.10 39.39 0.79 0.51
Hex E5 A1 1F 0 1E 56 A 27 4F 33
Octal 345 241 37 0 36 126 12 47 117 63
Binary 11100101 10100001 11111 0 11110 1010110 1010 100111 1001111 110011

Color Harmonies of #E5A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A11F

Black with #E5A11F

Text Example


Text Example

White with #E5A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A11F; }

 p { color: rgb(229,161,31); }

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

background-color css

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

 a { background-color: rgb(229,161,31); }

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

border-color css

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

 span { border-color: rgb(229,161,31); }

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