Html Css Color HEX #E1A42E Galliano

📋 copy color: '#E1A42E'

red 225 ◦ green 164 ◦ blue 46

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

Shades of Galliano #E1A42E

Tints of Galliano #E1A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 46 (18.36% from 255) = 10.57%

R = 51.72%
G = 37.7%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1A42E (or 0xE1A42E) is known color: Galliano. HEX triplet: E1, A4 and 2E. RGB value is (225,164,46). Sum of RGB (Red+Green+Blue) = 225+164+46=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A42E is #1E5BD1. Grayscale: #A9A9A9. Windows color (decimal): -1989586 or 3056865. OLE color: 3056865.

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

Color convert

RGB 225 164 46 -
CMYK 0 0.27 0.80 0.12
HSL 39.55º 0.75% 0.53% -
HSV(B) 39.55º 0.8% 0.88% -
XYZ 44.82 42.76 8.48 -
YUV 168.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 225 164 46 0 0.27 0.80 0.12 39.55 0.75 0.53
Hex E1 A4 2E 0 1B 50 C 28 4B 35
Octal 341 244 56 0 33 120 14 50 113 65
Binary 11100001 10100100 101110 0 11011 1010000 1100 101000 1001011 110101

Color Harmonies of #E1A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A42E

Black with #E1A42E

Text Example


Text Example

White with #E1A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A42E; }

 p { color: rgb(225,164,46); }

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

background-color css

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

 a { background-color: rgb(225,164,46); }

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

border-color css

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

 span { border-color: rgb(225,164,46); }

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