Html Css Color HEX #E0A52A Galliano

📋 copy color: '#E0A52A'

red 224 ◦ green 165 ◦ blue 42

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

Shades of Galliano #E0A52A

Tints of Galliano #E0A52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 51.97%
G = 38.28%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0A52A (or 0xE0A52A) is known color: Galliano. HEX triplet: E0, A5 and 2A. RGB value is (224,165,42). Sum of RGB (Red+Green+Blue) = 224+165+42=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A52A is #1F5AD5. Grayscale: #A9A9A9. Windows color (decimal): -2054870 or 2794976. OLE color: 2794976.

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

Color convert

RGB 224 165 42 -
CMYK 0 0.26 0.81 0.12
HSL 40.55º 0.75% 0.52% -
HSV(B) 40.55º 0.81% 0.88% -
XYZ 44.61 42.92 8.12 -
YUV 168.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 224 165 42 0 0.26 0.81 0.12 40.55 0.75 0.52
Hex E0 A5 2A 0 1A 51 C 29 4B 34
Octal 340 245 52 0 32 121 14 51 113 64
Binary 11100000 10100101 101010 0 11010 1010001 1100 101001 1001011 110100

Color Harmonies of #E0A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A52A

Black with #E0A52A

Text Example


Text Example

White with #E0A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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