Html Css Color HEX #E1A62C Galliano

📋 copy color: '#E1A62C'

red 225 ◦ green 166 ◦ blue 44

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

Shades of Galliano #E1A62C

Tints of Galliano #E1A62C

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

 GREEN value IS 166 (65.23% from 255) = 38.16%

 BLUE value IS 44 (17.58% from 255) = 10.11%

R = 51.72%
G = 38.16%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1A62C (or 0xE1A62C) is known color: Galliano. HEX triplet: E1, A6 and 2C. RGB value is (225,166,44). Sum of RGB (Red+Green+Blue) = 225+166+44=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A62C is #1E59D3. Grayscale: #AAAAAA. Windows color (decimal): -1989076 or 2926305. OLE color: 2926305.

HSL color Cylindrical-coordinate representation of color #E1A62C: hue angle of 40.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1A62C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 166 44 -
CMYK 0 0.26 0.80 0.12
HSL 40.44º 0.75% 0.53% -
HSV(B) 40.44º 0.8% 0.88% -
XYZ 45.14 43.46 8.39 -
YUV 169.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 225 166 44 0 0.26 0.80 0.12 40.44 0.75 0.53
Hex E1 A6 2C 0 1A 50 C 28 4B 35
Octal 341 246 54 0 32 120 14 50 113 65
Binary 11100001 10100110 101100 0 11010 1010000 1100 101000 1001011 110101

Color Harmonies of #E1A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A62C

Black with #E1A62C

Text Example


Text Example

White with #E1A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A62C; }

 p { color: rgb(225,166,44); }

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

background-color css

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

 a { background-color: rgb(225,166,44); }

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

border-color css

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

 span { border-color: rgb(225,166,44); }

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