Html Css Color HEX #E0A829 Galliano

📋 copy color: '#E0A829'

red 224 ◦ green 168 ◦ blue 41

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

Shades of Galliano #E0A829

Tints of Galliano #E0A829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

 BLUE value IS 41 (16.41% from 255) = 9.47%

R = 51.73%
G = 38.8%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0A829 (or 0xE0A829) is known color: Galliano. HEX triplet: E0, A8 and 29. RGB value is (224,168,41). Sum of RGB (Red+Green+Blue) = 224+168+41=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A829 is #1F57D6. Grayscale: #AAAAAA. Windows color (decimal): -2054103 or 2730208. OLE color: 2730208.

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

Color convert

RGB 224 168 41 -
CMYK 0 0.25 0.82 0.12
HSL 41.64º 0.75% 0.52% -
HSV(B) 41.64º 0.82% 0.88% -
XYZ 45.14 44.01 8.21 -
YUV 170.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 224 168 41 0 0.25 0.82 0.12 41.64 0.75 0.52
Hex E0 A8 29 0 19 52 C 2A 4B 34
Octal 340 250 51 0 31 122 14 52 113 64
Binary 11100000 10101000 101001 0 11001 1010010 1100 101010 1001011 110100

Color Harmonies of #E0A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A829

Black with #E0A829

Text Example


Text Example

White with #E0A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A829; }

 p { color: rgb(224,168,41); }

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

background-color css

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

 a { background-color: rgb(224,168,41); }

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

border-color css

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

 span { border-color: rgb(224,168,41); }

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