#EDCF61

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

Shades of Golden Sand #EDCF61

Tints of Golden Sand #EDCF61

Color information

#EDCF61 (or 0xEDCF61) is unknown color: approx Golden Sand. HEX triplet: ED, CF and 61. RGB value is (237,207,97). Sum of RGB (Red+Green+Blue) = 237+207+97=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF61 is #12309E. Grayscale: #CBCBCB. Windows color (decimal): -1192095 or 6410221. OLE color: 6410221.

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

Color convert

RGB23720797-
CMYK00.130.590.07
HSL47.14º79.55%65.49%-
HSV(B)47.14º59.07%92.94%-
XYZ59.463.4920.43-
YUV203.4367.94151.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 97 (38.28% from 255) = 17.93%
R=43.81%
G=38.26%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372079700.130.590.0747.1479.5565.49
HexEDCF610D3B72f5041
Octal35531714101573757120101
Binary111011011100111111000010110111101111110111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF61; }

 p { color: rgb(237,207,97); }

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

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

 a { background-color: rgb(237,207,97); }

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

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

 span { border-color: rgb(237,207,97); }

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