Html Css Color HEX #E6C860 Golden Sand

📋 copy color: '#E6C860'

red 230 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #E6C860

Tints of Golden Sand #E6C860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 43.73%
G = 38.02%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6C860 (or 0xE6C860) is known color: Golden Sand. HEX triplet: E6, C8 and 60. RGB value is (230,200,96). Sum of RGB (Red+Green+Blue) = 230+200+96=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C860 is #19379F. Grayscale: #C5C5C5. Windows color (decimal): -1652640 or 6342886. OLE color: 6342886.

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

Color convert

RGB 230 200 96 -
CMYK 0 0.13 0.58 0.10
HSL 46.57º 0.73% 0.64% -
HSV(B) 46.57º 0.58% 0.9% -
XYZ 55.4 58.98 19.53 -
YUV 197.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 230 200 96 0 0.13 0.58 0.10 46.57 0.73 0.64
Hex E6 C8 60 0 D 3A A 2F 49 40
Octal 346 310 140 0 15 72 12 57 111 100
Binary 11100110 11001000 1100000 0 1101 111010 1010 101111 1001001 1000000

Color Harmonies of #E6C860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C860

Black with #E6C860

Text Example


Text Example

White with #E6C860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C860; }

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

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

background-color css

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

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

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

border-color css

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

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

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