Html Css Color HEX #E0A725 Galliano

📋 copy color: '#E0A725'

red 224 ◦ green 167 ◦ blue 37

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

Shades of Galliano #E0A725

Tints of Galliano #E0A725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 52.34%
G = 39.02%
B = 8.64%

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

#E0A725 (or 0xE0A725) is known color: Galliano. HEX triplet: E0, A7 and 25. RGB value is (224,167,37). Sum of RGB (Red+Green+Blue) = 224+167+37=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A725 is #1F58DA. Grayscale: #A9A9A9. Windows color (decimal): -2054363 or 2467808. OLE color: 2467808.

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

Color convert

RGB 224 167 37 -
CMYK 0 0.25 0.83 0.12
HSL 41.71º 0.75% 0.51% -
HSV(B) 41.71º 0.83% 0.88% -
XYZ 44.89 43.62 7.8 -
YUV 169.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 224 167 37 0 0.25 0.83 0.12 41.71 0.75 0.51
Hex E0 A7 25 0 19 53 C 2A 4B 33
Octal 340 247 45 0 31 123 14 52 113 63
Binary 11100000 10100111 100101 0 11001 1010011 1100 101010 1001011 110011

Color Harmonies of #E0A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A725

Black with #E0A725

Text Example


Text Example

White with #E0A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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