Html Css Color HEX #E1A520 Galliano

📋 copy color: '#E1A520'

red 225 ◦ green 165 ◦ blue 32

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

Shades of Galliano #E1A520

Tints of Galliano #E1A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 53.32%
G = 39.1%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1A520 (or 0xE1A520) is known color: Galliano. HEX triplet: E1, A5 and 20. RGB value is (225,165,32). Sum of RGB (Red+Green+Blue) = 225+165+32=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A520 is #1E5ADF. Grayscale: #A8A8A8. Windows color (decimal): -1989344 or 2139617. OLE color: 2139617.

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

Color convert

RGB 225 165 32 -
CMYK 0 0.27 0.86 0.12
HSL 41.35º 0.76% 0.5% -
HSV(B) 41.35º 0.86% 0.88% -
XYZ 44.77 43.02 7.31 -
YUV 167.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 225 165 32 0 0.27 0.86 0.12 41.35 0.76 0.5
Hex E1 A5 20 0 1B 56 C 29 4C 32
Octal 341 245 40 0 33 126 14 51 114 62
Binary 11100001 10100101 100000 0 11011 1010110 1100 101001 1001100 110010

Color Harmonies of #E1A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A520

Black with #E1A520

Text Example


Text Example

White with #E1A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A520; }

 p { color: rgb(225,165,32); }

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

background-color css

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

 a { background-color: rgb(225,165,32); }

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

border-color css

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

 span { border-color: rgb(225,165,32); }

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