#EDC968

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

Shades of Golden Sand #EDC968

Tints of Golden Sand #EDC968

Color information

#EDC968 (or 0xEDC968) is unknown color: approx Golden Sand. HEX triplet: ED, C9 and 68. RGB value is (237,201,104). Sum of RGB (Red+Green+Blue) = 237+201+104=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC968 is #123697. Grayscale: #C9C9C9. Windows color (decimal): -1193624 or 6867437. OLE color: 6867437.

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

Color convert

RGB237201104-
CMYK00.150.560.07
HSL43.76º78.7%66.86%-
HSV(B)43.76º56.12%92.94%-
XYZ58.3160.7821.75-
YUV200.7173.43153.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=43.73%
G=37.08%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720110400.150.560.0743.7678.766.86
HexEDC9680F3872c4f43
Octal35531115001770754117103
Binary111011011100100111010000111111100011110110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC968; }

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

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

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

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

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

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

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

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