Html Css Color HEX #E1A529 Galliano

📋 copy color: '#E1A529'

red 225 ◦ green 165 ◦ blue 41

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

Shades of Galliano #E1A529

Tints of Galliano #E1A529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.51%

R = 52.2%
G = 38.28%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E1A529 (or 0xE1A529) is known color: Galliano. HEX triplet: E1, A5 and 29. RGB value is (225,165,41). Sum of RGB (Red+Green+Blue) = 225+165+41=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A529 is #1E5AD6. Grayscale: #A9A9A9. Windows color (decimal): -1989335 or 2729441. OLE color: 2729441.

HSL color Cylindrical-coordinate representation of color #E1A529: hue angle of 40.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1A529 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 41 -
CMYK 0 0.27 0.82 0.12
HSL 40.43º 0.75% 0.52% -
HSV(B) 40.43º 0.82% 0.88% -
XYZ 44.91 43.08 8.05 -
YUV 168.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 225 165 41 0 0.27 0.82 0.12 40.43 0.75 0.52
Hex E1 A5 29 0 1B 52 C 28 4B 34
Octal 341 245 51 0 33 122 14 50 113 64
Binary 11100001 10100101 101001 0 11011 1010010 1100 101000 1001011 110100

Color Harmonies of #E1A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A529

Black with #E1A529

Text Example


Text Example

White with #E1A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A529; }

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

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

background-color css

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

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

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

border-color css

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

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

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