Html Css Color HEX #E6CE65 Golden Sand

📋 copy color: '#E6CE65'

red 230 ◦ green 206 ◦ blue 101

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

Shades of Golden Sand #E6CE65

Tints of Golden Sand #E6CE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 42.83%
G = 38.36%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6CE65 (or 0xE6CE65) is known color: Golden Sand. HEX triplet: E6, CE and 65. RGB value is (230,206,101). Sum of RGB (Red+Green+Blue) = 230+206+101=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE65 is #19319A. Grayscale: #C9C9C9. Windows color (decimal): -1651099 or 6672102. OLE color: 6672102.

HSL color Cylindrical-coordinate representation of color #E6CE65: hue angle of 48.84º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6CE65 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 206 101 -
CMYK 0 0.10 0.56 0.10
HSL 48.84º 0.72% 0.65% -
HSV(B) 48.84º 0.56% 0.9% -
XYZ 57.05 61.91 21.25 -
YUV 201.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 230 206 101 0 0.10 0.56 0.10 48.84 0.72 0.65
Hex E6 CE 65 0 A 38 A 31 48 41
Octal 346 316 145 0 12 70 12 61 110 101
Binary 11100110 11001110 1100101 0 1010 111000 1010 110001 1001000 1000001

Color Harmonies of #E6CE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE65

Black with #E6CE65

Text Example


Text Example

White with #E6CE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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