Html Css Color HEX #E0A518 Galliano

📋 copy color: '#E0A518'

red 224 ◦ green 165 ◦ blue 24

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

Shades of Galliano #E0A518

Tints of Galliano #E0A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 54.24%
G = 39.95%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0A518 (or 0xE0A518) is known color: Galliano. HEX triplet: E0, A5 and 18. RGB value is (224,165,24). Sum of RGB (Red+Green+Blue) = 224+165+24=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A518 is #1F5AE7. Grayscale: #A7A7A7. Windows color (decimal): -2054888 or 1615328. OLE color: 1615328.

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

Color convert

RGB 224 165 24 -
CMYK 0 0.26 0.89 0.12
HSL 42.3º 0.81% 0.49% -
HSV(B) 42.3º 0.89% 0.88% -
XYZ 44.36 42.82 6.79 -
YUV 166.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 224 165 24 0 0.26 0.89 0.12 42.3 0.81 0.49
Hex E0 A5 18 0 1A 59 C 2A 51 31
Octal 340 245 30 0 32 131 14 52 121 61
Binary 11100000 10100101 11000 0 11010 1011001 1100 101010 1010001 110001

Color Harmonies of #E0A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A518

Black with #E0A518

Text Example


Text Example

White with #E0A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A518; }

 p { color: rgb(224,165,24); }

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

background-color css

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

 a { background-color: rgb(224,165,24); }

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

border-color css

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

 span { border-color: rgb(224,165,24); }

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