#EDCD75

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

Shades of Golden Sand #EDCD75

Tints of Golden Sand #EDCD75

Color information

#EDCD75 (or 0xEDCD75) is unknown color: approx Golden Sand. HEX triplet: ED, CD and 75. RGB value is (237,205,117). Sum of RGB (Red+Green+Blue) = 237+205+117=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD75 is #12328A. Grayscale: #CCCCCC. Windows color (decimal): -1192587 or 7720429. OLE color: 7720429.

HSL color Cylindrical-coordinate representation of color #EDCD75: hue angle of 44º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDCD75 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237205117-
CMYK00.140.510.07
HSL44º76.92%69.41%-
HSV(B)44º50.63%92.94%-
XYZ59.9762.9525.82-
YUV204.5478.6151.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=42.40%
G=36.67%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720511700.140.510.074476.9269.41
HexEDCD750E3372c4d45
Octal35531516501663754115105
Binary111011011100110111101010111011001111110110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD75; }

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

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

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

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

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

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

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

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