#EDCD69

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

Shades of Golden Sand #EDCD69

Tints of Golden Sand #EDCD69

Color information

#EDCD69 (or 0xEDCD69) is unknown color: approx Golden Sand. HEX triplet: ED, CD and 69. RGB value is (237,205,105). Sum of RGB (Red+Green+Blue) = 237+205+105=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD69 is #123296. Grayscale: #CBCBCB. Windows color (decimal): -1192599 or 6933997. OLE color: 6933997.

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

Color convert

RGB237205105-
CMYK00.140.560.07
HSL45.45º78.57%67.06%-
HSV(B)45.45º55.7%92.94%-
XYZ59.3162.6922.34-
YUV203.1772.6152.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=43.33%
G=37.48%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720510500.140.560.0745.4578.5767.06
HexEDCD690E3872d4f43
Octal35531515101670755117103
Binary111011011100110111010010111011100011110110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD69; }

 p { color: rgb(237,205,105); }

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

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

 a { background-color: rgb(237,205,105); }

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

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

 span { border-color: rgb(237,205,105); }

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