Html Css Color HEX #E0A32C Galliano

📋 copy color: '#E0A32C'

red 224 ◦ green 163 ◦ blue 44

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

Shades of Galliano #E0A32C

Tints of Galliano #E0A32C

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

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

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 51.97%
G = 37.82%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0A32C (or 0xE0A32C) is known color: Galliano. HEX triplet: E0, A3 and 2C. RGB value is (224,163,44). Sum of RGB (Red+Green+Blue) = 224+163+44=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A32C is #1F5CD3. Grayscale: #A8A8A8. Windows color (decimal): -2055380 or 2925536. OLE color: 2925536.

HSL color Cylindrical-coordinate representation of color #E0A32C: hue angle of 39.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0A32C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 163 44 -
CMYK 0 0.27 0.80 0.12
HSL 39.67º 0.74% 0.53% -
HSV(B) 39.67º 0.8% 0.88% -
XYZ 44.29 42.22 8.2 -
YUV 167.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 224 163 44 0 0.27 0.80 0.12 39.67 0.74 0.53
Hex E0 A3 2C 0 1B 50 C 28 4A 35
Octal 340 243 54 0 33 120 14 50 112 65
Binary 11100000 10100011 101100 0 11011 1010000 1100 101000 1001010 110101

Color Harmonies of #E0A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A32C

Black with #E0A32C

Text Example


Text Example

White with #E0A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A32C; }

 p { color: rgb(224,163,44); }

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

background-color css

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

 a { background-color: rgb(224,163,44); }

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

border-color css

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

 span { border-color: rgb(224,163,44); }

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