#EDD765

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

Shades of Golden Sand #EDD765

Tints of Golden Sand #EDD765

Color information

#EDD765 (or 0xEDD765) is unknown color: approx Golden Sand. HEX triplet: ED, D7 and 65. RGB value is (237,215,101). Sum of RGB (Red+Green+Blue) = 237+215+101=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD765 is #12289A. Grayscale: #D1D1D1. Windows color (decimal): -1190043 or 6674413. OLE color: 6674413.

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

Color convert

RGB237215101-
CMYK00.090.570.07
HSL50.29º79.07%66.27%-
HSV(B)50.29º57.38%92.94%-
XYZ61.5767.5422.1-
YUV208.5867.29148.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 101 (39.84% from 255) = 18.26%
R=42.86%
G=38.88%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721510100.090.570.0750.2979.0766.27
HexEDD76509397324f42
Octal35532714501171762117102
Binary111011011101011111001010100111100111111001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD765; }

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

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

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

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

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

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

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

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