Html Css Color HEX #E0A41D Galliano

📋 copy color: '#E0A41D'

red 224 ◦ green 164 ◦ blue 29

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

Shades of Galliano #E0A41D

Tints of Galliano #E0A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 53.72%
G = 39.33%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0A41D (or 0xE0A41D) is known color: Galliano. HEX triplet: E0, A4 and 1D. RGB value is (224,164,29). Sum of RGB (Red+Green+Blue) = 224+164+29=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A41D is #1F5BE2. Grayscale: #A7A7A7. Windows color (decimal): -2055139 or 1942752. OLE color: 1942752.

HSL color Cylindrical-coordinate representation of color #E0A41D: hue angle of 41.54º 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 #E0A41D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 29 -
CMYK 0 0.27 0.87 0.12
HSL 41.54º 0.77% 0.5% -
HSV(B) 41.54º 0.87% 0.88% -
XYZ 44.24 42.49 7.03 -
YUV 166.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 224 164 29 0 0.27 0.87 0.12 41.54 0.77 0.5
Hex E0 A4 1D 0 1B 57 C 2A 4D 32
Octal 340 244 35 0 33 127 14 52 115 62
Binary 11100000 10100100 11101 0 11011 1010111 1100 101010 1001101 110010

Color Harmonies of #E0A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A41D

Black with #E0A41D

Text Example


Text Example

White with #E0A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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