Html Css Color HEX #E6CF65 Golden Sand

📋 copy color: '#E6CF65'

red 230 ◦ green 207 ◦ blue 101

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

Shades of Golden Sand #E6CF65

Tints of Golden Sand #E6CF65

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

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

R = 42.75%
G = 38.48%
B = 18.77%

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

#E6CF65 (or 0xE6CF65) is known color: Golden Sand. HEX triplet: E6, CF and 65. RGB value is (230,207,101). Sum of RGB (Red+Green+Blue) = 230+207+101=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF65 is #19309A. Grayscale: #CACACA. Windows color (decimal): -1650843 or 6672358. OLE color: 6672358.

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

Color convert

RGB 230 207 101 -
CMYK 0 0.10 0.56 0.10
HSL 49.3º 0.72% 0.65% -
HSV(B) 49.3º 0.56% 0.9% -
XYZ 57.29 62.39 21.33 -
YUV 201.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 230 207 101 0 0.10 0.56 0.10 49.3 0.72 0.65
Hex E6 CF 65 0 A 38 A 31 48 41
Octal 346 317 145 0 12 70 12 61 110 101
Binary 11100110 11001111 1100101 0 1010 111000 1010 110001 1001000 1000001

Color Harmonies of #E6CF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF65

Black with #E6CF65

Text Example


Text Example

White with #E6CF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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