#E6CD62

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

Shades of Golden Sand #E6CD62

Tints of Golden Sand #E6CD62

Color information

#E6CD62 (or 0xE6CD62) is unknown color: approx Golden Sand. HEX triplet: E6, CD and 62. RGB value is (230,205,98). Sum of RGB (Red+Green+Blue) = 230+205+98=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD62 is #19329D. Grayscale: #C8C8C8. Windows color (decimal): -1651358 or 6475238. OLE color: 6475238.

HSL color Cylindrical-coordinate representation of color #E6CD62: hue angle of 48.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6CD62 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23020598-
CMYK00.110.570.10
HSL48.64º72.53%64.31%-
HSV(B)48.64º57.39%90.2%-
XYZ56.6761.3720.41-
YUV200.2870.28149.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 18.39%
R=43.15%
G=38.46%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302059800.110.570.1048.6472.5364.31
HexE6CD620B39A314940
Octal346315142013711261111100
Binary1110011011001101110001001011111001101011000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CD62; }

 p { color: rgb(230,205,98); }

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

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

 a { background-color: rgb(230,205,98); }

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

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

 span { border-color: rgb(230,205,98); }

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