Html Css Color HEX #E1A61F Galliano

📋 copy color: '#E1A61F'

red 225 ◦ green 166 ◦ blue 31

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

Shades of Galliano #E1A61F

Tints of Galliano #E1A61F

RGB

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

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

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

R = 53.32%
G = 39.34%
B = 7.35%

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

#E1A61F (or 0xE1A61F) is known color: Galliano. HEX triplet: E1, A6 and 1F. RGB value is (225,166,31). Sum of RGB (Red+Green+Blue) = 225+166+31=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A61F is #1E59E0. Grayscale: #A8A8A8. Windows color (decimal): -1989089 or 2074337. OLE color: 2074337.

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

Color convert

RGB 225 166 31 -
CMYK 0 0.26 0.86 0.12
HSL 41.75º 0.76% 0.5% -
HSV(B) 41.75º 0.86% 0.88% -
XYZ 44.93 43.38 7.3 -
YUV 168.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 225 166 31 0 0.26 0.86 0.12 41.75 0.76 0.5
Hex E1 A6 1F 0 1A 56 C 2A 4C 32
Octal 341 246 37 0 32 126 14 52 114 62
Binary 11100001 10100110 11111 0 11010 1010110 1100 101010 1001100 110010

Color Harmonies of #E1A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A61F

Black with #E1A61F

Text Example


Text Example

White with #E1A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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