Html Css Color HEX #E1A324 Galliano

📋 copy color: '#E1A324'

red 225 ◦ green 163 ◦ blue 36

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

Shades of Galliano #E1A324

Tints of Galliano #E1A324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 53.07%
G = 38.44%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1A324 (or 0xE1A324) is known color: Galliano. HEX triplet: E1, A3 and 24. RGB value is (225,163,36). Sum of RGB (Red+Green+Blue) = 225+163+36=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A324 is #1E5CDB. Grayscale: #A7A7A7. Windows color (decimal): -1989852 or 2401249. OLE color: 2401249.

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

Color convert

RGB 225 163 36 -
CMYK 0 0.28 0.84 0.12
HSL 40.32º 0.76% 0.51% -
HSV(B) 40.32º 0.84% 0.88% -
XYZ 44.47 42.33 7.5 -
YUV 167.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 225 163 36 0 0.28 0.84 0.12 40.32 0.76 0.51
Hex E1 A3 24 0 1C 54 C 28 4C 33
Octal 341 243 44 0 34 124 14 50 114 63
Binary 11100001 10100011 100100 0 11100 1010100 1100 101000 1001100 110011

Color Harmonies of #E1A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A324

Black with #E1A324

Text Example


Text Example

White with #E1A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A324; }

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

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

background-color css

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

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

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

border-color css

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

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

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