Html Css Color HEX #E1A229 Galliano

📋 copy color: '#E1A229'

red 225 ◦ green 162 ◦ blue 41

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

Shades of Galliano #E1A229

Tints of Galliano #E1A229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 52.57%
G = 37.85%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E1A229 (or 0xE1A229) is known color: Galliano. HEX triplet: E1, A2 and 29. RGB value is (225,162,41). Sum of RGB (Red+Green+Blue) = 225+162+41=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A229 is #1E5DD6. Grayscale: #A7A7A7. Windows color (decimal): -1990103 or 2728673. OLE color: 2728673.

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

Color convert

RGB 225 162 41 -
CMYK 0 0.28 0.82 0.12
HSL 39.46º 0.75% 0.52% -
HSV(B) 39.46º 0.82% 0.88% -
XYZ 44.37 42.01 7.87 -
YUV 167.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 225 162 41 0 0.28 0.82 0.12 39.46 0.75 0.52
Hex E1 A2 29 0 1C 52 C 27 4B 34
Octal 341 242 51 0 34 122 14 47 113 64
Binary 11100001 10100010 101001 0 11100 1010010 1100 100111 1001011 110100

Color Harmonies of #E1A229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A229

Black with #E1A229

Text Example


Text Example

White with #E1A229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A229; }

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

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

background-color css

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

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

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

border-color css

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

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

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