Html Css Color HEX #E6CE60 Golden Sand

📋 copy color: '#E6CE60'

red 230 ◦ green 206 ◦ blue 96

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

Shades of Golden Sand #E6CE60

Tints of Golden Sand #E6CE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.72%

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

R = 43.23%
G = 38.72%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6CE60 (or 0xE6CE60) is known color: Golden Sand. HEX triplet: E6, CE and 60. RGB value is (230,206,96). Sum of RGB (Red+Green+Blue) = 230+206+96=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE60 is #19319F. Grayscale: #C9C9C9. Windows color (decimal): -1651104 or 6344422. OLE color: 6344422.

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

Color convert

RGB 230 206 96 -
CMYK 0 0.10 0.58 0.10
HSL 49.25º 0.73% 0.64% -
HSV(B) 49.25º 0.58% 0.9% -
XYZ 56.82 61.81 20 -
YUV 200.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 230 206 96 0 0.10 0.58 0.10 49.25 0.73 0.64
Hex E6 CE 60 0 A 3A A 31 49 40
Octal 346 316 140 0 12 72 12 61 111 100
Binary 11100110 11001110 1100000 0 1010 111010 1010 110001 1001001 1000000

Color Harmonies of #E6CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE60

Black with #E6CE60

Text Example


Text Example

White with #E6CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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