#EDCC75

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

Shades of Golden Sand #EDCC75

Tints of Golden Sand #EDCC75

Color information

#EDCC75 (or 0xEDCC75) is unknown color: approx Golden Sand. HEX triplet: ED, CC and 75. RGB value is (237,204,117). Sum of RGB (Red+Green+Blue) = 237+204+117=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC75 is #12338A. Grayscale: #CCCCCC. Windows color (decimal): -1192843 or 7720173. OLE color: 7720173.

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

Color convert

RGB237204117-
CMYK00.140.510.07
HSL43.5º76.92%69.41%-
HSV(B)43.5º50.63%92.94%-
XYZ59.7362.4725.74-
YUV203.9578.93151.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=42.47%
G=36.56%
B=20.97%

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
Decimal23720411700.140.510.0743.576.9269.41
HexEDCC750E3372c4d45
Octal35531416501663754115105
Binary111011011100110011101010111011001111110110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC75; }

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

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

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

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

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

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

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

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