Html Css Color HEX #E0A21C Galliano

📋 copy color: '#E0A21C'

red 224 ◦ green 162 ◦ blue 28

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

Shades of Galliano #E0A21C

Tints of Galliano #E0A21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 54.11%
G = 39.13%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0A21C (or 0xE0A21C) is known color: Galliano. HEX triplet: E0, A2 and 1C. RGB value is (224,162,28). Sum of RGB (Red+Green+Blue) = 224+162+28=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A21C is #1F5DE3. Grayscale: #A5A5A5. Windows color (decimal): -2055652 or 1876704. OLE color: 1876704.

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

Color convert

RGB 224 162 28 -
CMYK 0 0.28 0.88 0.12
HSL 41.02º 0.78% 0.49% -
HSV(B) 41.02º 0.88% 0.88% -
XYZ 43.87 41.77 6.85 -
YUV 165.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 224 162 28 0 0.28 0.88 0.12 41.02 0.78 0.49
Hex E0 A2 1C 0 1C 58 C 29 4E 31
Octal 340 242 34 0 34 130 14 51 116 61
Binary 11100000 10100010 11100 0 11100 1011000 1100 101001 1001110 110001

Color Harmonies of #E0A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A21C

Black with #E0A21C

Text Example


Text Example

White with #E0A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A21C; }

 p { color: rgb(224,162,28); }

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

background-color css

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

 a { background-color: rgb(224,162,28); }

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

border-color css

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

 span { border-color: rgb(224,162,28); }

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