#EDD363

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

Shades of Golden Sand #EDD363

Tints of Golden Sand #EDD363

Color information

#EDD363 (or 0xEDD363) is unknown color: approx Golden Sand. HEX triplet: ED, D3 and 63. RGB value is (237,211,99). Sum of RGB (Red+Green+Blue) = 237+211+99=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD363 is #122C9C. Grayscale: #CECECE. Windows color (decimal): -1191069 or 6542317. OLE color: 6542317.

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

Color convert

RGB23721199-
CMYK00.110.580.07
HSL48.7º79.31%65.88%-
HSV(B)48.7º58.23%92.94%-
XYZ60.4765.4921.26-
YUV206.0167.61150.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 99 (39.06% from 255) = 18.10%
R=43.33%
G=38.57%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372119900.110.580.0748.779.3165.88
HexEDD3630B3A7314f42
Octal35532314301372761117102
Binary111011011101001111000110101111101011111000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD363; }

 p { color: rgb(237,211,99); }

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

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

 a { background-color: rgb(237,211,99); }

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

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

 span { border-color: rgb(237,211,99); }

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