#EDCF66

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

Shades of Golden Sand #EDCF66

Tints of Golden Sand #EDCF66

Color information

#EDCF66 (or 0xEDCF66) is unknown color: approx Golden Sand. HEX triplet: ED, CF and 66. RGB value is (237,207,102). Sum of RGB (Red+Green+Blue) = 237+207+102=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF66 is #123099. Grayscale: #CCCCCC. Windows color (decimal): -1192090 or 6737901. OLE color: 6737901.

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

Color convert

RGB237207102-
CMYK00.130.570.07
HSL46.67º78.95%66.47%-
HSV(B)46.67º56.96%92.94%-
XYZ59.6463.5921.7-
YUV20470.44151.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 102 (40.23% from 255) = 18.68%
R=43.41%
G=37.91%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720710200.130.570.0746.6778.9566.47
HexEDCF660D3972f4f42
Octal35531714601571757117102
Binary111011011100111111001100110111100111110111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF66; }

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

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

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

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

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

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

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

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