#E9CD62

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

Shades of Golden Sand #E9CD62

Tints of Golden Sand #E9CD62

Color information

#E9CD62 (or 0xE9CD62) is unknown color: approx Golden Sand. HEX triplet: E9, CD and 62. RGB value is (233,205,98). Sum of RGB (Red+Green+Blue) = 233+205+98=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD62 is #16329D. Grayscale: #C9C9C9. Windows color (decimal): -1454750 or 6475241. OLE color: 6475241.

HSL color Cylindrical-coordinate representation of color #E9CD62: hue angle of 47.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9CD62 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23320598-
CMYK00.120.580.09
HSL47.56º75.42%64.9%-
HSV(B)47.56º57.94%91.37%-
XYZ57.6461.8720.46-
YUV201.1769.78150.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 98 (38.67% from 255) = 18.28%
R=43.47%
G=38.25%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332059800.120.580.0947.5675.4264.9
HexE9CD620C3A9304b41
Octal351315142014721160113101
Binary1110100111001101110001001100111010100111000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD62; }

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

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

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

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

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

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

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

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