Html Css Color HEX #E3A521 Galliano

📋 copy color: '#E3A521'

red 227 ◦ green 165 ◦ blue 33

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

Shades of Galliano #E3A521

Tints of Galliano #E3A521

RGB

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

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

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

R = 53.41%
G = 38.82%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E3A521 (or 0xE3A521) is known color: Galliano. HEX triplet: E3, A5 and 21. RGB value is (227,165,33). Sum of RGB (Red+Green+Blue) = 227+165+33=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A521 is #1C5ADE. Grayscale: #A9A9A9. Windows color (decimal): -1858271 or 2205155. OLE color: 2205155.

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

Color convert

RGB 227 165 33 -
CMYK 0 0.27 0.85 0.11
HSL 40.82º 0.78% 0.51% -
HSV(B) 40.82º 0.85% 0.89% -
XYZ 45.41 43.35 7.41 -
YUV 168.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 227 165 33 0 0.27 0.85 0.11 40.82 0.78 0.51
Hex E3 A5 21 0 1B 55 B 29 4E 33
Octal 343 245 41 0 33 125 13 51 116 63
Binary 11100011 10100101 100001 0 11011 1010101 1011 101001 1001110 110011

Color Harmonies of #E3A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A521

Black with #E3A521

Text Example


Text Example

White with #E3A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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