Html Css Color HEX #E0A61D Galliano

📋 copy color: '#E0A61D'

red 224 ◦ green 166 ◦ blue 29

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

Shades of Galliano #E0A61D

Tints of Galliano #E0A61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 53.46%
G = 39.62%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0A61D (or 0xE0A61D) is known color: Galliano. HEX triplet: E0, A6 and 1D. RGB value is (224,166,29). Sum of RGB (Red+Green+Blue) = 224+166+29=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A61D is #1F59E2. Grayscale: #A8A8A8. Windows color (decimal): -2054627 or 1943264. OLE color: 1943264.

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

Color convert

RGB 224 166 29 -
CMYK 0 0.26 0.87 0.12
HSL 42.15º 0.77% 0.5% -
HSV(B) 42.15º 0.87% 0.88% -
XYZ 44.6 43.21 7.15 -
YUV 167.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 224 166 29 0 0.26 0.87 0.12 42.15 0.77 0.5
Hex E0 A6 1D 0 1A 57 C 2A 4D 32
Octal 340 246 35 0 32 127 14 52 115 62
Binary 11100000 10100110 11101 0 11010 1010111 1100 101010 1001101 110010

Color Harmonies of #E0A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A61D

Black with #E0A61D

Text Example


Text Example

White with #E0A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A61D; }

 p { color: rgb(224,166,29); }

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

background-color css

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

 a { background-color: rgb(224,166,29); }

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

border-color css

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

 span { border-color: rgb(224,166,29); }

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