Html Css Color HEX #E3A528 Galliano

📋 copy color: '#E3A528'

red 227 ◦ green 165 ◦ blue 40

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

Shades of Galliano #E3A528

Tints of Galliano #E3A528

RGB

 RED value IS 227 (89.06% from 255) = 52.55%

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

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

R = 52.55%
G = 38.19%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E3A528 (or 0xE3A528) is known color: Galliano. HEX triplet: E3, A5 and 28. RGB value is (227,165,40). Sum of RGB (Red+Green+Blue) = 227+165+40=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A528 is #1C5AD7. Grayscale: #A9A9A9. Windows color (decimal): -1858264 or 2663907. OLE color: 2663907.

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

Color convert

RGB 227 165 40 -
CMYK 0 0.27 0.82 0.11
HSL 40.11º 0.77% 0.52% -
HSV(B) 40.11º 0.82% 0.89% -
XYZ 45.52 43.39 7.98 -
YUV 169.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 227 165 40 0 0.27 0.82 0.11 40.11 0.77 0.52
Hex E3 A5 28 0 1B 52 B 28 4D 34
Octal 343 245 50 0 33 122 13 50 115 64
Binary 11100011 10100101 101000 0 11011 1010010 1011 101000 1001101 110100

Color Harmonies of #E3A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A528

Black with #E3A528

Text Example


Text Example

White with #E3A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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