Html Css Color HEX #E4A528 Galliano

📋 copy color: '#E4A528'

red 228 ◦ green 165 ◦ blue 40

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

Shades of Galliano #E4A528

Tints of Galliano #E4A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 52.66%
G = 38.11%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4A528 (or 0xE4A528) is known color: Galliano. HEX triplet: E4, A5 and 28. RGB value is (228,165,40). Sum of RGB (Red+Green+Blue) = 228+165+40=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A528 is #1B5AD7. Grayscale: #AAAAAA. Windows color (decimal): -1792728 or 2663908. OLE color: 2663908.

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

Color convert

RGB 228 165 40 -
CMYK 0 0.28 0.82 0.11
HSL 39.89º 0.78% 0.53% -
HSV(B) 39.89º 0.82% 0.89% -
XYZ 45.83 43.56 8 -
YUV 169.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 228 165 40 0 0.28 0.82 0.11 39.89 0.78 0.53
Hex E4 A5 28 0 1C 52 B 28 4E 35
Octal 344 245 50 0 34 122 13 50 116 65
Binary 11100100 10100101 101000 0 11100 1010010 1011 101000 1001110 110101

Color Harmonies of #E4A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A528

Black with #E4A528

Text Example


Text Example

White with #E4A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A528; }

 p { color: rgb(228,165,40); }

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

background-color css

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

 a { background-color: rgb(228,165,40); }

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

border-color css

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

 span { border-color: rgb(228,165,40); }

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