#EDD168

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

Shades of Golden Sand #EDD168

Tints of Golden Sand #EDD168

Color information

#EDD168 (or 0xEDD168) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 68. RGB value is (237,209,104). Sum of RGB (Red+Green+Blue) = 237+209+104=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD168 is #122E97. Grayscale: #CDCDCD. Windows color (decimal): -1191576 or 6869485. OLE color: 6869485.

HSL color Cylindrical-coordinate representation of color #EDD168: hue angle of 47.37º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDD168 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237209104-
CMYK00.120.560.07
HSL47.37º78.7%66.86%-
HSV(B)47.37º56.12%92.94%-
XYZ60.2264.622.39-
YUV205.470.78150.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=43.09%
G=38%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720910400.120.560.0747.3778.766.86
HexEDD1680C3872f4f43
Octal35532115001470757117103
Binary111011011101000111010000110011100011110111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD168; }

 p { color: rgb(237,209,104); }

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

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

 a { background-color: rgb(237,209,104); }

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

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

 span { border-color: rgb(237,209,104); }

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