Html Css Color HEX #E6C960 Golden Sand

📋 copy color: '#E6C960'

red 230 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #E6C960

Tints of Golden Sand #E6C960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 43.64%
G = 38.14%
B = 18.22%

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

#E6C960 (or 0xE6C960) is known color: Golden Sand. HEX triplet: E6, C9 and 60. RGB value is (230,201,96). Sum of RGB (Red+Green+Blue) = 230+201+96=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C960 is #19369F. Grayscale: #C6C6C6. Windows color (decimal): -1652384 or 6343142. OLE color: 6343142.

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

Color convert

RGB 230 201 96 -
CMYK 0 0.13 0.58 0.10
HSL 47.01º 0.73% 0.64% -
HSV(B) 47.01º 0.58% 0.9% -
XYZ 55.63 59.44 19.61 -
YUV 197.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 230 201 96 0 0.13 0.58 0.10 47.01 0.73 0.64
Hex E6 C9 60 0 D 3A A 2F 49 40
Octal 346 311 140 0 15 72 12 57 111 100
Binary 11100110 11001001 1100000 0 1101 111010 1010 101111 1001001 1000000

Color Harmonies of #E6C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C960

Black with #E6C960

Text Example


Text Example

White with #E6C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C960; }

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

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

background-color css

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

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

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

border-color css

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

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

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