Html Css Color HEX #E1A91F Galliano

📋 copy color: '#E1A91F'

red 225 ◦ green 169 ◦ blue 31

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

Shades of Galliano #E1A91F

Tints of Galliano #E1A91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

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

R = 52.94%
G = 39.76%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1A91F (or 0xE1A91F) is known color: Galliano. HEX triplet: E1, A9 and 1F. RGB value is (225,169,31). Sum of RGB (Red+Green+Blue) = 225+169+31=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A91F is #1E56E0. Grayscale: #AAAAAA. Windows color (decimal): -1988321 or 2075105. OLE color: 2075105.

HSL color Cylindrical-coordinate representation of color #E1A91F: hue angle of 42.68º 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 #E1A91F is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 31 -
CMYK 0 0.25 0.86 0.12
HSL 42.68º 0.76% 0.5% -
HSV(B) 42.68º 0.86% 0.88% -
XYZ 45.49 44.48 7.48 -
YUV 170.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 225 169 31 0 0.25 0.86 0.12 42.68 0.76 0.5
Hex E1 A9 1F 0 19 56 C 2B 4C 32
Octal 341 251 37 0 31 126 14 53 114 62
Binary 11100001 10101001 11111 0 11001 1010110 1100 101011 1001100 110010

Color Harmonies of #E1A91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A91F

Black with #E1A91F

Text Example


Text Example

White with #E1A91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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