Html Css Color HEX #E0A827 Galliano

📋 copy color: '#E0A827'

red 224 ◦ green 168 ◦ blue 39

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

Shades of Galliano #E0A827

Tints of Galliano #E0A827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 51.97%
G = 38.98%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0A827 (or 0xE0A827) is known color: Galliano. HEX triplet: E0, A8 and 27. RGB value is (224,168,39). Sum of RGB (Red+Green+Blue) = 224+168+39=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A827 is #1F57D8. Grayscale: #AAAAAA. Windows color (decimal): -2054105 or 2599136. OLE color: 2599136.

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

Color convert

RGB 224 168 39 -
CMYK 0 0.25 0.83 0.12
HSL 41.84º 0.75% 0.52% -
HSV(B) 41.84º 0.83% 0.88% -
XYZ 45.11 44 8.03 -
YUV 170.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 224 168 39 0 0.25 0.83 0.12 41.84 0.75 0.52
Hex E0 A8 27 0 19 53 C 2A 4B 34
Octal 340 250 47 0 31 123 14 52 113 64
Binary 11100000 10101000 100111 0 11001 1010011 1100 101010 1001011 110100

Color Harmonies of #E0A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A827

Black with #E0A827

Text Example


Text Example

White with #E0A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A827; }

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

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

background-color css

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

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

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

border-color css

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

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

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