Html Css Color HEX #E0A925 Galliano

📋 copy color: '#E0A925'

red 224 ◦ green 169 ◦ blue 37

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

Shades of Galliano #E0A925

Tints of Galliano #E0A925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 52.09%
G = 39.3%
B = 8.6%

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

#E0A925 (or 0xE0A925) is known color: Galliano. HEX triplet: E0, A9 and 25. RGB value is (224,169,37). Sum of RGB (Red+Green+Blue) = 224+169+37=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A925 is #1F56DA. Grayscale: #AAAAAA. Windows color (decimal): -2053851 or 2468320. OLE color: 2468320.

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

Color convert

RGB 224 169 37 -
CMYK 0 0.25 0.83 0.12
HSL 42.35º 0.75% 0.51% -
HSV(B) 42.35º 0.83% 0.88% -
XYZ 45.26 44.36 7.93 -
YUV 170.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 224 169 37 0 0.25 0.83 0.12 42.35 0.75 0.51
Hex E0 A9 25 0 19 53 C 2A 4B 33
Octal 340 251 45 0 31 123 14 52 113 63
Binary 11100000 10101001 100101 0 11001 1010011 1100 101010 1001011 110011

Color Harmonies of #E0A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A925

Black with #E0A925

Text Example


Text Example

White with #E0A925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A925; }

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

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

background-color css

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

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

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

border-color css

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

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

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