Html Css Color HEX #E1A917 Galliano

📋 copy color: '#E1A917'

red 225 ◦ green 169 ◦ blue 23

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

Shades of Galliano #E1A917

Tints of Galliano #E1A917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 53.96%
G = 40.53%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E1A917 (or 0xE1A917) is known color: Galliano. HEX triplet: E1, A9 and 17. RGB value is (225,169,23). Sum of RGB (Red+Green+Blue) = 225+169+23=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A917 is #1E56E8. Grayscale: #A9A9A9. Windows color (decimal): -1988329 or 1550817. OLE color: 1550817.

HSL color Cylindrical-coordinate representation of color #E1A917: hue angle of 43.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1A917 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 23 -
CMYK 0 0.25 0.90 0.12
HSL 43.37º 0.81% 0.49% -
HSV(B) 43.37º 0.9% 0.88% -
XYZ 45.39 44.45 7 -
YUV 169.1 45.55 167.87 -
System Red Green Blue C M Y K H S L
Decimal 225 169 23 0 0.25 0.90 0.12 43.37 0.81 0.49
Hex E1 A9 17 0 19 5A C 2B 51 31
Octal 341 251 27 0 31 132 14 53 121 61
Binary 11100001 10101001 10111 0 11001 1011010 1100 101011 1010001 110001

Color Harmonies of #E1A917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A917

Black with #E1A917

Text Example


Text Example

White with #E1A917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A917; }

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

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

background-color css

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

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

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

border-color css

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

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

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