Html Css Color HEX #E5A819 Galliano

📋 copy color: '#E5A819'

red 229 ◦ green 168 ◦ blue 25

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

Shades of Galliano #E5A819

Tints of Galliano #E5A819

RGB

 RED value IS 229 (89.84% from 255) = 54.27%

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

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 54.27%
G = 39.81%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5A819 (or 0xE5A819) is known color: Galliano. HEX triplet: E5, A8 and 19. RGB value is (229,168,25). Sum of RGB (Red+Green+Blue) = 229+168+25=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A819 is #1A57E6. Grayscale: #AAAAAA. Windows color (decimal): -1726439 or 1681637. OLE color: 1681637.

HSL color Cylindrical-coordinate representation of color #E5A819: hue angle of 42.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5A819 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 168 25 -
CMYK 0 0.27 0.89 0.10
HSL 42.06º 0.8% 0.5% -
HSV(B) 42.06º 0.89% 0.9% -
XYZ 46.49 44.73 7.1 -
YUV 169.94 46.21 170.13 -
System Red Green Blue C M Y K H S L
Decimal 229 168 25 0 0.27 0.89 0.10 42.06 0.8 0.5
Hex E5 A8 19 0 1B 59 A 2A 50 32
Octal 345 250 31 0 33 131 12 52 120 62
Binary 11100101 10101000 11001 0 11011 1011001 1010 101010 1010000 110010

Color Harmonies of #E5A819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A819

Black with #E5A819

Text Example


Text Example

White with #E5A819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A819; }

 p { color: rgb(229,168,25); }

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

background-color css

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

 a { background-color: rgb(229,168,25); }

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

border-color css

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

 span { border-color: rgb(229,168,25); }

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