Html Css Color HEX #E4A820 Galliano

📋 copy color: '#E4A820'

red 228 ◦ green 168 ◦ blue 32

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

Shades of Galliano #E4A820

Tints of Galliano #E4A820

RGB

 RED value IS 228 (89.45% from 255) = 53.27%

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

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 53.27%
G = 39.25%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4A820 (or 0xE4A820) is known color: Galliano. HEX triplet: E4, A8 and 20. RGB value is (228,168,32). Sum of RGB (Red+Green+Blue) = 228+168+32=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A820 is #1B57DF. Grayscale: #ABABAB. Windows color (decimal): -1791968 or 2140388. OLE color: 2140388.

HSL color Cylindrical-coordinate representation of color #E4A820: hue angle of 41.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4A820 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 168 32 -
CMYK 0 0.26 0.86 0.11
HSL 41.63º 0.78% 0.51% -
HSV(B) 41.63º 0.86% 0.89% -
XYZ 46.26 44.6 7.54 -
YUV 170.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 228 168 32 0 0.26 0.86 0.11 41.63 0.78 0.51
Hex E4 A8 20 0 1A 56 B 2A 4E 33
Octal 344 250 40 0 32 126 13 52 116 63
Binary 11100100 10101000 100000 0 11010 1010110 1011 101010 1001110 110011

Color Harmonies of #E4A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A820

Black with #E4A820

Text Example


Text Example

White with #E4A820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A820; }

 p { color: rgb(228,168,32); }

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

background-color css

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

 a { background-color: rgb(228,168,32); }

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

border-color css

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

 span { border-color: rgb(228,168,32); }

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