Html Css Color HEX #E5C560 Golden Sand

📋 copy color: '#E5C560'

red 229 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #E5C560

Tints of Golden Sand #E5C560

RGB

 RED value IS 229 (89.84% from 255) = 43.87%

 GREEN value IS 197 (77.34% from 255) = 37.74%

 BLUE value IS 96 (37.89% from 255) = 18.39%

R = 43.87%
G = 37.74%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5C560 (or 0xE5C560) is known color: Golden Sand. HEX triplet: E5, C5 and 60. RGB value is (229,197,96). Sum of RGB (Red+Green+Blue) = 229+197+96=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C560 is #1A3A9F. Grayscale: #C3C3C3. Windows color (decimal): -1718944 or 6342117. OLE color: 6342117.

HSL color Cylindrical-coordinate representation of color #E5C560: hue angle of 45.56º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C560 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 197 96 -
CMYK 0 0.14 0.58 0.10
HSL 45.56º 0.72% 0.64% -
HSV(B) 45.56º 0.58% 0.9% -
XYZ 54.39 57.44 19.29 -
YUV 195.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 229 197 96 0 0.14 0.58 0.10 45.56 0.72 0.64
Hex E5 C5 60 0 E 3A A 2E 48 40
Octal 345 305 140 0 16 72 12 56 110 100
Binary 11100101 11000101 1100000 0 1110 111010 1010 101110 1001000 1000000

Color Harmonies of #E5C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C560

Black with #E5C560

Text Example


Text Example

White with #E5C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C560; }

 p { color: rgb(229,197,96); }

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

background-color css

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

 a { background-color: rgb(229,197,96); }

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

border-color css

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

 span { border-color: rgb(229,197,96); }

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