Html Css Color HEX #E1A724 Galliano

📋 copy color: '#E1A724'

red 225 ◦ green 167 ◦ blue 36

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

Shades of Galliano #E1A724

Tints of Galliano #E1A724

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 52.57%
G = 39.02%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1A724 (or 0xE1A724) is known color: Galliano. HEX triplet: E1, A7 and 24. RGB value is (225,167,36). Sum of RGB (Red+Green+Blue) = 225+167+36=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A724 is #1E58DB. Grayscale: #A9A9A9. Windows color (decimal): -1988828 or 2402273. OLE color: 2402273.

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

Color convert

RGB 225 167 36 -
CMYK 0 0.26 0.84 0.12
HSL 41.59º 0.76% 0.51% -
HSV(B) 41.59º 0.84% 0.88% -
XYZ 45.19 43.77 7.74 -
YUV 169.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 225 167 36 0 0.26 0.84 0.12 41.59 0.76 0.51
Hex E1 A7 24 0 1A 54 C 2A 4C 33
Octal 341 247 44 0 32 124 14 52 114 63
Binary 11100001 10100111 100100 0 11010 1010100 1100 101010 1001100 110011

Color Harmonies of #E1A724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A724

Black with #E1A724

Text Example


Text Example

White with #E1A724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A724; }

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

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

background-color css

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

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

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

border-color css

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

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

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