#EDC75F

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

Shades of Golden Sand #EDC75F

Tints of Golden Sand #EDC75F

Color information

#EDC75F (or 0xEDC75F) is unknown color: approx Golden Sand. HEX triplet: ED, C7 and 5F. RGB value is (237,199,95). Sum of RGB (Red+Green+Blue) = 237+199+95=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC75F is #1238A0. Grayscale: #C6C6C6. Windows color (decimal): -1194145 or 6277101. OLE color: 6277101.

HSL color Cylindrical-coordinate representation of color #EDC75F: hue angle of 43.94º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC75F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23719995-
CMYK00.160.600.07
HSL43.94º79.78%65.1%-
HSV(B)43.94º59.92%92.94%-
XYZ57.4159.6819.32-
YUV198.5169.59155.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 95 (37.5% from 255) = 17.89%
R=44.63%
G=37.48%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371999500.160.600.0743.9479.7865.1
HexEDC75F0103C72c5041
Octal35530713702074754120101
Binary1110110111000111101111101000011110011110110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC75F; }

 p { color: rgb(237,199,95); }

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

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

 a { background-color: rgb(237,199,95); }

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

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

 span { border-color: rgb(237,199,95); }

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