Html Css Color HEX #E1A71F Galliano

📋 copy color: '#E1A71F'

red 225 ◦ green 167 ◦ blue 31

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

Shades of Galliano #E1A71F

Tints of Galliano #E1A71F

RGB

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

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

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

R = 53.19%
G = 39.48%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1A71F (or 0xE1A71F) is known color: Galliano. HEX triplet: E1, A7 and 1F. RGB value is (225,167,31). Sum of RGB (Red+Green+Blue) = 225+167+31=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A71F is #1E58E0. Grayscale: #A9A9A9. Windows color (decimal): -1988833 or 2074593. OLE color: 2074593.

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

Color convert

RGB 225 167 31 -
CMYK 0 0.26 0.86 0.12
HSL 42.06º 0.76% 0.5% -
HSV(B) 42.06º 0.86% 0.88% -
XYZ 45.12 43.74 7.36 -
YUV 168.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 225 167 31 0 0.26 0.86 0.12 42.06 0.76 0.5
Hex E1 A7 1F 0 1A 56 C 2A 4C 32
Octal 341 247 37 0 32 126 14 52 114 62
Binary 11100001 10100111 11111 0 11010 1010110 1100 101010 1001100 110010

Color Harmonies of #E1A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A71F

Black with #E1A71F

Text Example


Text Example

White with #E1A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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