Html Css Color HEX #E1A323 Galliano

📋 copy color: '#E1A323'

red 225 ◦ green 163 ◦ blue 35

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

Shades of Galliano #E1A323

Tints of Galliano #E1A323

RGB

 RED value IS 225 (88.28% from 255) = 53.19%

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 35 (14.06% from 255) = 8.27%

R = 53.19%
G = 38.53%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1A323 (or 0xE1A323) is known color: Galliano. HEX triplet: E1, A3 and 23. RGB value is (225,163,35). Sum of RGB (Red+Green+Blue) = 225+163+35=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A323 is #1E5CDC. Grayscale: #A7A7A7. Windows color (decimal): -1989853 or 2335713. OLE color: 2335713.

HSL color Cylindrical-coordinate representation of color #E1A323: hue angle of 40.42º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1A323 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 35 -
CMYK 0 0.28 0.84 0.12
HSL 40.42º 0.76% 0.51% -
HSV(B) 40.42º 0.84% 0.88% -
XYZ 44.45 42.32 7.42 -
YUV 166.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 225 163 35 0 0.28 0.84 0.12 40.42 0.76 0.51
Hex E1 A3 23 0 1C 54 C 28 4C 33
Octal 341 243 43 0 34 124 14 50 114 63
Binary 11100001 10100011 100011 0 11100 1010100 1100 101000 1001100 110011

Color Harmonies of #E1A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A323

Black with #E1A323

Text Example


Text Example

White with #E1A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A323; }

 p { color: rgb(225,163,35); }

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

background-color css

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

 a { background-color: rgb(225,163,35); }

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

border-color css

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

 span { border-color: rgb(225,163,35); }

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