Html Css Color HEX #E1C560 Golden Sand

📋 copy color: '#E1C560'

red 225 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #E1C560

Tints of Golden Sand #E1C560

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

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

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

R = 43.44%
G = 38.03%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1C560 (or 0xE1C560) is known color: Golden Sand. HEX triplet: E1, C5 and 60. RGB value is (225,197,96). Sum of RGB (Red+Green+Blue) = 225+197+96=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C560 is #1E3A9F. Grayscale: #C2C2C2. Windows color (decimal): -1981088 or 6342113. OLE color: 6342113.

HSL color Cylindrical-coordinate representation of color #E1C560: hue angle of 46.98º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1C560 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 96 -
CMYK 0 0.12 0.57 0.12
HSL 46.98º 0.68% 0.63% -
HSV(B) 46.98º 0.57% 0.88% -
XYZ 53.13 56.78 19.23 -
YUV 193.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 225 197 96 0 0.12 0.57 0.12 46.98 0.68 0.63
Hex E1 C5 60 0 C 39 C 2F 44 3F
Octal 341 305 140 0 14 71 14 57 104 77
Binary 11100001 11000101 1100000 0 1100 111001 1100 101111 1000100 111111

Color Harmonies of #E1C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C560

Black with #E1C560

Text Example


Text Example

White with #E1C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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