Html Css Color HEX #E0A52E Galliano

📋 copy color: '#E0A52E'

red 224 ◦ green 165 ◦ blue 46

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

Shades of Galliano #E0A52E

Tints of Galliano #E0A52E

RGB

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

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

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

R = 51.49%
G = 37.93%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0A52E (or 0xE0A52E) is known color: Galliano. HEX triplet: E0, A5 and 2E. RGB value is (224,165,46). Sum of RGB (Red+Green+Blue) = 224+165+46=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A52E is #1F5AD1. Grayscale: #A9A9A9. Windows color (decimal): -2054866 or 3057120. OLE color: 3057120.

HSL color Cylindrical-coordinate representation of color #E0A52E: hue angle of 40.11º 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 #E0A52E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 46 -
CMYK 0 0.26 0.79 0.12
HSL 40.11º 0.74% 0.53% -
HSV(B) 40.11º 0.79% 0.88% -
XYZ 44.69 42.95 8.52 -
YUV 169.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 224 165 46 0 0.26 0.79 0.12 40.11 0.74 0.53
Hex E0 A5 2E 0 1A 4F C 28 4A 35
Octal 340 245 56 0 32 117 14 50 112 65
Binary 11100000 10100101 101110 0 11010 1001111 1100 101000 1001010 110101

Color Harmonies of #E0A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A52E

Black with #E0A52E

Text Example


Text Example

White with #E0A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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