Html Css Color HEX #E0AD1C Galliano

📋 copy color: '#E0AD1C'

red 224 ◦ green 173 ◦ blue 28

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

Shades of Galliano #E0AD1C

Tints of Galliano #E0AD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 52.71%
G = 40.71%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0AD1C (or 0xE0AD1C) is known color: Galliano. HEX triplet: E0, AD and 1C. RGB value is (224,173,28). Sum of RGB (Red+Green+Blue) = 224+173+28=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD1C is #1F52E3. Grayscale: #ACACAC. Windows color (decimal): -2052836 or 1879520. OLE color: 1879520.

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

Color convert

RGB 224 173 28 -
CMYK 0 0.23 0.88 0.12
HSL 44.39º 0.78% 0.49% -
HSV(B) 44.39º 0.88% 0.88% -
XYZ 45.89 45.82 7.52 -
YUV 171.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 224 173 28 0 0.23 0.88 0.12 44.39 0.78 0.49
Hex E0 AD 1C 0 17 58 C 2C 4E 31
Octal 340 255 34 0 27 130 14 54 116 61
Binary 11100000 10101101 11100 0 10111 1011000 1100 101100 1001110 110001

Color Harmonies of #E0AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD1C

Black with #E0AD1C

Text Example


Text Example

White with #E0AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD1C; }

 p { color: rgb(224,173,28); }

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

background-color css

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

 a { background-color: rgb(224,173,28); }

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

border-color css

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

 span { border-color: rgb(224,173,28); }

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