Html Css Color HEX #E6C560 Golden Sand

📋 copy color: '#E6C560'

red 230 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #E6C560

Tints of Golden Sand #E6C560

RGB

 RED value IS 230 (90.23% from 255) = 43.98%

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

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

R = 43.98%
G = 37.67%
B = 18.36%

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

#E6C560 (or 0xE6C560) is known color: Golden Sand. HEX triplet: E6, C5 and 60. RGB value is (230,197,96). Sum of RGB (Red+Green+Blue) = 230+197+96=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C560 is #193A9F. Grayscale: #C3C3C3. Windows color (decimal): -1653408 or 6342118. OLE color: 6342118.

HSL color Cylindrical-coordinate representation of color #E6C560: hue angle of 45.22º degrees, saturation: 0.73, 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 #E6C560 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 96 -
CMYK 0 0.14 0.58 0.10
HSL 45.22º 0.73% 0.64% -
HSV(B) 45.22º 0.58% 0.9% -
XYZ 54.71 57.6 19.3 -
YUV 195.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 230 197 96 0 0.14 0.58 0.10 45.22 0.73 0.64
Hex E6 C5 60 0 E 3A A 2D 49 40
Octal 346 305 140 0 16 72 12 55 111 100
Binary 11100110 11000101 1100000 0 1110 111010 1010 101101 1001001 1000000

Color Harmonies of #E6C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C560

Black with #E6C560

Text Example


Text Example

White with #E6C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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