Html Css Color HEX #E0A42E Galliano

📋 copy color: '#E0A42E'

red 224 ◦ green 164 ◦ blue 46

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

Shades of Galliano #E0A42E

Tints of Galliano #E0A42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 51.61%
G = 37.79%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0A42E (or 0xE0A42E) is known color: Galliano. HEX triplet: E0, A4 and 2E. RGB value is (224,164,46). Sum of RGB (Red+Green+Blue) = 224+164+46=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A42E is #1F5BD1. Grayscale: #A9A9A9. Windows color (decimal): -2055122 or 3056864. OLE color: 3056864.

HSL color Cylindrical-coordinate representation of color #E0A42E: hue angle of 39.78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0A42E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 46 -
CMYK 0 0.27 0.79 0.12
HSL 39.78º 0.74% 0.53% -
HSV(B) 39.78º 0.79% 0.88% -
XYZ 44.51 42.6 8.46 -
YUV 168.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 224 164 46 0 0.27 0.79 0.12 39.78 0.74 0.53
Hex E0 A4 2E 0 1B 4F C 28 4A 35
Octal 340 244 56 0 33 117 14 50 112 65
Binary 11100000 10100100 101110 0 11011 1001111 1100 101000 1001010 110101

Color Harmonies of #E0A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A42E

Black with #E0A42E

Text Example


Text Example

White with #E0A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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