Html Css Color HEX #E0B013 Galliano

📋 copy color: '#E0B013'

red 224 ◦ green 176 ◦ blue 19

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

Shades of Galliano #E0B013

Tints of Galliano #E0B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 53.46%
G = 42%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0B013 (or 0xE0B013) is known color: Galliano. HEX triplet: E0, B0 and 13. RGB value is (224,176,19). Sum of RGB (Red+Green+Blue) = 224+176+19=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B013 is #1F4FEC. Grayscale: #ADADAD. Windows color (decimal): -2052077 or 1290464. OLE color: 1290464.

HSL color Cylindrical-coordinate representation of color #E0B013: hue angle of 45.95º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0B013 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 19 -
CMYK 0 0.21 0.92 0.12
HSL 45.95º 0.84% 0.48% -
HSV(B) 45.95º 0.92% 0.88% -
XYZ 46.38 46.94 7.23 -
YUV 172.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 224 176 19 0 0.21 0.92 0.12 45.95 0.84 0.48
Hex E0 B0 13 0 15 5C C 2E 54 30
Octal 340 260 23 0 25 134 14 56 124 60
Binary 11100000 10110000 10011 0 10101 1011100 1100 101110 1010100 110000

Color Harmonies of #E0B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B013

Black with #E0B013

Text Example


Text Example

White with #E0B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B013; }

 p { color: rgb(224,176,19); }

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

background-color css

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

 a { background-color: rgb(224,176,19); }

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

border-color css

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

 span { border-color: rgb(224,176,19); }

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