Html Css Color HEX #E0A927 Galliano

📋 copy color: '#E0A927'

red 224 ◦ green 169 ◦ blue 39

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

Shades of Galliano #E0A927

Tints of Galliano #E0A927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

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

R = 51.85%
G = 39.12%
B = 9.03%

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

#E0A927 (or 0xE0A927) is known color: Galliano. HEX triplet: E0, A9 and 27. RGB value is (224,169,39). Sum of RGB (Red+Green+Blue) = 224+169+39=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A927 is #1F56D8. Grayscale: #ABABAB. Windows color (decimal): -2053849 or 2599392. OLE color: 2599392.

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

Color convert

RGB 224 169 39 -
CMYK 0 0.25 0.83 0.12
HSL 42.16º 0.75% 0.52% -
HSV(B) 42.16º 0.83% 0.88% -
XYZ 45.29 44.37 8.1 -
YUV 170.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 224 169 39 0 0.25 0.83 0.12 42.16 0.75 0.52
Hex E0 A9 27 0 19 53 C 2A 4B 34
Octal 340 251 47 0 31 123 14 52 113 64
Binary 11100000 10101001 100111 0 11001 1010011 1100 101010 1001011 110100

Color Harmonies of #E0A927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A927

Black with #E0A927

Text Example


Text Example

White with #E0A927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A927; }

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

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

background-color css

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

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

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

border-color css

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

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

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