Html Css Color HEX #E3C560 Golden Sand

📋 copy color: '#E3C560'

red 227 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #E3C560

Tints of Golden Sand #E3C560

RGB

 RED value IS 227 (89.06% from 255) = 43.65%

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

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

R = 43.65%
G = 37.88%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3C560 (or 0xE3C560) is known color: Golden Sand. HEX triplet: E3, C5 and 60. RGB value is (227,197,96). Sum of RGB (Red+Green+Blue) = 227+197+96=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C560 is #1C3A9F. Grayscale: #C2C2C2. Windows color (decimal): -1850016 or 6342115. OLE color: 6342115.

HSL color Cylindrical-coordinate representation of color #E3C560: hue angle of 46.26º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3C560 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 197 96 -
CMYK 0 0.13 0.58 0.11
HSL 46.26º 0.7% 0.63% -
HSV(B) 46.26º 0.58% 0.89% -
XYZ 53.76 57.11 19.26 -
YUV 194.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 227 197 96 0 0.13 0.58 0.11 46.26 0.7 0.63
Hex E3 C5 60 0 D 3A B 2E 46 3F
Octal 343 305 140 0 15 72 13 56 106 77
Binary 11100011 11000101 1100000 0 1101 111010 1011 101110 1000110 111111

Color Harmonies of #E3C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C560

Black with #E3C560

Text Example


Text Example

White with #E3C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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