#EDD868

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

Shades of Golden Sand #EDD868

Tints of Golden Sand #EDD868

Color information

#EDD868 (or 0xEDD868) is unknown color: approx Golden Sand. HEX triplet: ED, D8 and 68. RGB value is (237,216,104). Sum of RGB (Red+Green+Blue) = 237+216+104=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD868 is #122797. Grayscale: #D1D1D1. Windows color (decimal): -1189784 or 6871277. OLE color: 6871277.

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

Color convert

RGB237216104-
CMYK00.090.560.07
HSL50.53º78.7%66.86%-
HSV(B)50.53º56.12%92.94%-
XYZ61.9868.1222.98-
YUV209.5168.46147.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 104 (41.02% from 255) = 18.67%
R=42.55%
G=38.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721610400.090.560.0750.5378.766.86
HexEDD86809387334f43
Octal35533015001170763117103
Binary111011011101100011010000100111100011111001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD868; }

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

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

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

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

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

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

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

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