Html Css Color HEX #E0A21F Galliano

📋 copy color: '#E0A21F'

red 224 ◦ green 162 ◦ blue 31

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

Shades of Galliano #E0A21F

Tints of Galliano #E0A21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 53.72%
G = 38.85%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0A21F (or 0xE0A21F) is known color: Galliano. HEX triplet: E0, A2 and 1F. RGB value is (224,162,31). Sum of RGB (Red+Green+Blue) = 224+162+31=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A21F is #1F5DE0. Grayscale: #A6A6A6. Windows color (decimal): -2055649 or 2073312. OLE color: 2073312.

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

Color convert

RGB 224 162 31 -
CMYK 0 0.28 0.86 0.12
HSL 40.73º 0.76% 0.5% -
HSV(B) 40.73º 0.86% 0.88% -
XYZ 43.91 41.79 7.05 -
YUV 165.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 224 162 31 0 0.28 0.86 0.12 40.73 0.76 0.5
Hex E0 A2 1F 0 1C 56 C 29 4C 32
Octal 340 242 37 0 34 126 14 51 114 62
Binary 11100000 10100010 11111 0 11100 1010110 1100 101001 1001100 110010

Color Harmonies of #E0A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A21F

Black with #E0A21F

Text Example


Text Example

White with #E0A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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