Html Css Color HEX #E1A81E Galliano

📋 copy color: '#E1A81E'

red 225 ◦ green 168 ◦ blue 30

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

Shades of Galliano #E1A81E

Tints of Galliano #E1A81E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 53.19%
G = 39.72%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1A81E (or 0xE1A81E) is known color: Galliano. HEX triplet: E1, A8 and 1E. RGB value is (225,168,30). Sum of RGB (Red+Green+Blue) = 225+168+30=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A81E is #1E57E1. Grayscale: #A9A9A9. Windows color (decimal): -1988578 or 2009313. OLE color: 2009313.

HSL color Cylindrical-coordinate representation of color #E1A81E: hue angle of 42.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1A81E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 30 -
CMYK 0 0.25 0.87 0.12
HSL 42.46º 0.76% 0.5% -
HSV(B) 42.46º 0.87% 0.88% -
XYZ 45.29 44.11 7.35 -
YUV 169.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 225 168 30 0 0.25 0.87 0.12 42.46 0.76 0.5
Hex E1 A8 1E 0 19 57 C 2A 4C 32
Octal 341 250 36 0 31 127 14 52 114 62
Binary 11100001 10101000 11110 0 11001 1010111 1100 101010 1001100 110010

Color Harmonies of #E1A81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A81E

Black with #E1A81E

Text Example


Text Example

White with #E1A81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A81E; }

 p { color: rgb(225,168,30); }

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

background-color css

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

 a { background-color: rgb(225,168,30); }

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

border-color css

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

 span { border-color: rgb(225,168,30); }

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