#EDD06B

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

Shades of Golden Sand #EDD06B

Tints of Golden Sand #EDD06B

Color information

#EDD06B (or 0xEDD06B) is unknown color: approx Golden Sand. HEX triplet: ED, D0 and 6B. RGB value is (237,208,107). Sum of RGB (Red+Green+Blue) = 237+208+107=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06B is #122F94. Grayscale: #CDCDCD. Windows color (decimal): -1191829 or 7065837. OLE color: 7065837.

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

Color convert

RGB237208107-
CMYK00.120.550.07
HSL46.62º78.31%67.45%-
HSV(B)46.62º54.85%92.94%-
XYZ60.1364.1823.13-
YUV205.1672.61150.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 107 (42.19% from 255) = 19.38%
R=42.93%
G=37.68%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720810700.120.550.0746.6278.3167.45
HexEDD06B0C3772f4e43
Octal35532015301467757116103
Binary111011011101000011010110110011011111110111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD06B; }

 p { color: rgb(237,208,107); }

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

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

 a { background-color: rgb(237,208,107); }

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

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

 span { border-color: rgb(237,208,107); }

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