#EDCF68

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

Shades of Golden Sand #EDCF68

Tints of Golden Sand #EDCF68

Color information

#EDCF68 (or 0xEDCF68) is unknown color: approx Golden Sand. HEX triplet: ED, CF and 68. RGB value is (237,207,104). Sum of RGB (Red+Green+Blue) = 237+207+104=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF68 is #123097. Grayscale: #CCCCCC. Windows color (decimal): -1192088 or 6868973. OLE color: 6868973.

HSL color Cylindrical-coordinate representation of color #EDCF68: hue angle of 46.47º 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 #EDCF68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237207104-
CMYK00.130.560.07
HSL46.47º78.7%66.86%-
HSV(B)46.47º56.12%92.94%-
XYZ59.7463.6322.23-
YUV204.2371.44151.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 207 (81.25% from 255) = 37.77%
BLUE value IS 104 (41.02% from 255) = 18.98%
R=43.25%
G=37.77%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720710400.130.560.0746.4778.766.86
HexEDCF680D3872e4f43
Octal35531715001570756117103
Binary111011011100111111010000110111100011110111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF68; }

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

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

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

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

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

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

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

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