#E9D462

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

Shades of Golden Sand #E9D462

Tints of Golden Sand #E9D462

Color information

#E9D462 (or 0xE9D462) is unknown color: approx Golden Sand. HEX triplet: E9, D4 and 62. RGB value is (233,212,98). Sum of RGB (Red+Green+Blue) = 233+212+98=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D462 is #162B9D. Grayscale: #CDCDCD. Windows color (decimal): -1452958 or 6477033. OLE color: 6477033.

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

Color convert

RGB23321298-
CMYK00.090.580.09
HSL50.67º75.42%64.9%-
HSV(B)50.67º57.94%91.37%-
XYZ59.3565.2921.03-
YUV205.2867.46147.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 98 (38.67% from 255) = 18.05%
R=42.91%
G=39.04%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332129800.090.580.0950.6775.4264.9
HexE9D462093A9334b41
Octal351324142011721163113101
Binary1110100111010100110001001001111010100111001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D462; }

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

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

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

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

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

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

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

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