Html Css Color HEX #E5A221 Galliano

📋 copy color: '#E5A221'

red 229 ◦ green 162 ◦ blue 33

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

Shades of Galliano #E5A221

Tints of Galliano #E5A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 54.01%
G = 38.21%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5A221 (or 0xE5A221) is known color: Galliano. HEX triplet: E5, A2 and 21. RGB value is (229,162,33). Sum of RGB (Red+Green+Blue) = 229+162+33=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A221 is #1A5DDE. Grayscale: #A7A7A7. Windows color (decimal): -1727967 or 2204389. OLE color: 2204389.

HSL color Cylindrical-coordinate representation of color #E5A221: hue angle of 39.49º 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 #E5A221 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 33 -
CMYK 0 0.29 0.86 0.10
HSL 39.49º 0.79% 0.51% -
HSV(B) 39.49º 0.86% 0.9% -
XYZ 45.51 42.61 7.26 -
YUV 167.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 229 162 33 0 0.29 0.86 0.10 39.49 0.79 0.51
Hex E5 A2 21 0 1D 56 A 27 4F 33
Octal 345 242 41 0 35 126 12 47 117 63
Binary 11100101 10100010 100001 0 11101 1010110 1010 100111 1001111 110011

Color Harmonies of #E5A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A221

Black with #E5A221

Text Example


Text Example

White with #E5A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A221; }

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

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

background-color css

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

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

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

border-color css

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

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

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