Html Css Color HEX #E5A421 Galliano

📋 copy color: '#E5A421'

red 229 ◦ green 164 ◦ blue 33

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

Shades of Galliano #E5A421

Tints of Galliano #E5A421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.75%

R = 53.76%
G = 38.5%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5A421 (or 0xE5A421) is known color: Galliano. HEX triplet: E5, A4 and 21. RGB value is (229,164,33). Sum of RGB (Red+Green+Blue) = 229+164+33=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A421 is #1A5BDE. Grayscale: #A9A9A9. Windows color (decimal): -1727455 or 2204901. OLE color: 2204901.

HSL color Cylindrical-coordinate representation of color #E5A421: hue angle of 40.1º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5A421 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 164 33 -
CMYK 0 0.28 0.86 0.10
HSL 40.1º 0.79% 0.51% -
HSV(B) 40.1º 0.86% 0.9% -
XYZ 45.86 43.32 7.38 -
YUV 168.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 229 164 33 0 0.28 0.86 0.10 40.1 0.79 0.51
Hex E5 A4 21 0 1C 56 A 28 4F 33
Octal 345 244 41 0 34 126 12 50 117 63
Binary 11100101 10100100 100001 0 11100 1010110 1010 101000 1001111 110011

Color Harmonies of #E5A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A421

Black with #E5A421

Text Example


Text Example

White with #E5A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A421; }

 p { color: rgb(229,164,33); }

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

background-color css

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

 a { background-color: rgb(229,164,33); }

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

border-color css

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

 span { border-color: rgb(229,164,33); }

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