#E6D361

Color #E6D361 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #E6D361

Tints of Golden Sand #E6D361

Color information

#E6D361 (or 0xE6D361) is unknown color: approx Golden Sand. HEX triplet: E6, D3 and 61. RGB value is (230,211,97). Sum of RGB (Red+Green+Blue) = 230+211+97=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D361 is #192C9E. Grayscale: #CCCCCC. Windows color (decimal): -1649823 or 6411238. OLE color: 6411238.

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

Color convert

RGB23021197-
CMYK00.080.580.10
HSL51.43º72.68%64.12%-
HSV(B)51.43º57.83%90.2%-
XYZ58.0964.2720.65-
YUV203.6867.79146.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.75%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=42.75%
G=39.22%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302119700.080.580.1051.4372.6864.12
HexE6D361083AA334940
Octal346323141010721263111100
Binary1110011011010011110000101000111010101011001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D361; }

 p { color: rgb(230,211,97); }

 H1.HeaderClassName
 {
   color: #E6D361;
 }
 .AnyTagClassName
 {
   color: #E6D361;
 }
</style>
background-color css

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

 a { background-color: rgb(230,211,97); }

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

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

 span { border-color: rgb(230,211,97); }

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