#EDCE70

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

Shades of Golden Sand #EDCE70

Tints of Golden Sand #EDCE70

Color information

#EDCE70 (or 0xEDCE70) is unknown color: approx Golden Sand. HEX triplet: ED, CE and 70. RGB value is (237,206,112). Sum of RGB (Red+Green+Blue) = 237+206+112=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE70 is #12318F. Grayscale: #CCCCCC. Windows color (decimal): -1192336 or 7393005. OLE color: 7393005.

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

Color convert

RGB237206112-
CMYK00.130.530.07
HSL45.12º77.64%68.43%-
HSV(B)45.12º52.74%92.94%-
XYZ59.9263.3224.39-
YUV204.5575.77151.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=42.70%
G=37.12%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720611200.130.530.0745.1277.6468.43
HexEDCE700D3572d4e44
Octal35531616001565755116104
Binary111011011100111011100000110111010111110110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE70; }

 p { color: rgb(237,206,112); }

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

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

 a { background-color: rgb(237,206,112); }

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

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

 span { border-color: rgb(237,206,112); }

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