#EDC765

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

Shades of Golden Sand #EDC765

Tints of Golden Sand #EDC765

Color information

#EDC765 (or 0xEDC765) is unknown color: approx Golden Sand. HEX triplet: ED, C7 and 65. RGB value is (237,199,101). Sum of RGB (Red+Green+Blue) = 237+199+101=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC765 is #12389A. Grayscale: #C7C7C7. Windows color (decimal): -1194139 or 6670317. OLE color: 6670317.

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

Color convert

RGB237199101-
CMYK00.160.570.07
HSL43.24º79.07%66.27%-
HSV(B)43.24º57.38%92.94%-
XYZ57.759.7920.81-
YUV199.1972.59154.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=44.13%
G=37.06%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719910100.160.570.0743.2479.0766.27
HexEDC7650103972b4f42
Octal35530714502071753117102
Binary1110110111000111110010101000011100111110101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC765; }

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

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

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

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

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

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

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

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