Html Css Color HEX #E1AA1F Galliano

📋 copy color: '#E1AA1F'

red 225 ◦ green 170 ◦ blue 31

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

Shades of Galliano #E1AA1F

Tints of Galliano #E1AA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

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

R = 52.82%
G = 39.91%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1AA1F (or 0xE1AA1F) is known color: Galliano. HEX triplet: E1, AA and 1F. RGB value is (225,170,31). Sum of RGB (Red+Green+Blue) = 225+170+31=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA1F is #1E55E0. Grayscale: #ABABAB. Windows color (decimal): -1988065 or 2075361. OLE color: 2075361.

HSL color Cylindrical-coordinate representation of color #E1AA1F: hue angle of 42.99º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1AA1F is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 31 -
CMYK 0 0.24 0.86 0.12
HSL 42.99º 0.76% 0.5% -
HSV(B) 42.99º 0.86% 0.88% -
XYZ 45.67 44.86 7.55 -
YUV 170.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 225 170 31 0 0.24 0.86 0.12 42.99 0.76 0.5
Hex E1 AA 1F 0 18 56 C 2B 4C 32
Octal 341 252 37 0 30 126 14 53 114 62
Binary 11100001 10101010 11111 0 11000 1010110 1100 101011 1001100 110010

Color Harmonies of #E1AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA1F

Black with #E1AA1F

Text Example


Text Example

White with #E1AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA1F; }

 p { color: rgb(225,170,31); }

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

background-color css

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

 a { background-color: rgb(225,170,31); }

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

border-color css

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

 span { border-color: rgb(225,170,31); }

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