#EDCC5E

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

Shades of Golden Sand #EDCC5E

Tints of Golden Sand #EDCC5E

Color information

#EDCC5E (or 0xEDCC5E) is unknown color: approx Golden Sand. HEX triplet: ED, CC and 5E. RGB value is (237,204,94). Sum of RGB (Red+Green+Blue) = 237+204+94=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC5E is #1233A1. Grayscale: #C9C9C9. Windows color (decimal): -1192866 or 6212845. OLE color: 6212845.

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

Color convert

RGB23720494-
CMYK00.140.600.07
HSL46.15º79.89%64.9%-
HSV(B)46.15º60.34%92.94%-
XYZ58.546219.47-
YUV201.3367.43153.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=44.30%
G=38.13%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372049400.140.600.0746.1579.8964.9
HexEDCC5E0E3C72e5041
Octal35531413601674756120101
Binary111011011100110010111100111011110011110111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC5E; }

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

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

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

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

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

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

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

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