Html Css Color HEX #E1A320 Galliano

📋 copy color: '#E1A320'

red 225 ◦ green 163 ◦ blue 32

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

Shades of Galliano #E1A320

Tints of Galliano #E1A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

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

R = 53.57%
G = 38.81%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1A320 (or 0xE1A320) is known color: Galliano. HEX triplet: E1, A3 and 20. RGB value is (225,163,32). Sum of RGB (Red+Green+Blue) = 225+163+32=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A320 is #1E5CDF. Grayscale: #A7A7A7. Windows color (decimal): -1989856 or 2139105. OLE color: 2139105.

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

Color convert

RGB 225 163 32 -
CMYK 0 0.28 0.86 0.12
HSL 40.73º 0.76% 0.5% -
HSV(B) 40.73º 0.86% 0.88% -
XYZ 44.41 42.31 7.19 -
YUV 166.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 225 163 32 0 0.28 0.86 0.12 40.73 0.76 0.5
Hex E1 A3 20 0 1C 56 C 29 4C 32
Octal 341 243 40 0 34 126 14 51 114 62
Binary 11100001 10100011 100000 0 11100 1010110 1100 101001 1001100 110010

Color Harmonies of #E1A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A320

Black with #E1A320

Text Example


Text Example

White with #E1A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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