#EDC773

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

Shades of Golden Sand #EDC773

Tints of Golden Sand #EDC773

Color information

#EDC773 (or 0xEDC773) is unknown color: approx Golden Sand. HEX triplet: ED, C7 and 73. RGB value is (237,199,115). Sum of RGB (Red+Green+Blue) = 237+199+115=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC773 is #12388C. Grayscale: #C9C9C9. Windows color (decimal): -1194125 or 7587821. OLE color: 7587821.

HSL color Cylindrical-coordinate representation of color #EDC773: hue angle of 41.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC773 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237199115-
CMYK00.160.510.07
HSL41.31º77.22%69.02%-
HSV(B)41.31º51.48%92.94%-
XYZ58.4460.0924.74-
YUV200.7979.59153.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 115 (45.31% from 255) = 20.87%
R=43.01%
G=36.12%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719911500.160.510.0741.3177.2269.02
HexEDC773010337294d45
Octal35530716302063751115105
Binary1110110111000111111001101000011001111110100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC773; }

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

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

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

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

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

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

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

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