#EDCC65

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

Shades of Golden Sand #EDCC65

Tints of Golden Sand #EDCC65

Color information

#EDCC65 (or 0xEDCC65) is unknown color: approx Golden Sand. HEX triplet: ED, CC and 65. RGB value is (237,204,101). Sum of RGB (Red+Green+Blue) = 237+204+101=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC65 is #12339A. Grayscale: #CACACA. Windows color (decimal): -1192859 or 6671597. OLE color: 6671597.

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

Color convert

RGB237204101-
CMYK00.140.570.07
HSL45.44º79.07%66.27%-
HSV(B)45.44º57.38%92.94%-
XYZ58.8762.1321.2-
YUV202.1270.93152.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 101 (39.84% from 255) = 18.63%
R=43.73%
G=37.64%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720410100.140.570.0745.4479.0766.27
HexEDCC650E3972d4f42
Octal35531414501671755117102
Binary111011011100110011001010111011100111110110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC65; }

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

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

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

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

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

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

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

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