#EDC871

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

Shades of Golden Sand #EDC871

Tints of Golden Sand #EDC871

Color information

#EDC871 (or 0xEDC871) is unknown color: approx Golden Sand. HEX triplet: ED, C8 and 71. RGB value is (237,200,113). Sum of RGB (Red+Green+Blue) = 237+200+113=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC871 is #12378E. Grayscale: #C9C9C9. Windows color (decimal): -1193871 or 7457005. OLE color: 7457005.

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

Color convert

RGB237200113-
CMYK00.160.520.07
HSL42.1º77.5%68.63%-
HSV(B)42.1º52.32%92.94%-
XYZ58.5660.5124.22-
YUV201.1478.26153.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=43.09%
G=36.36%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720011300.160.520.0742.177.568.63
HexEDC8710103472a4e45
Octal35531016102064752116105
Binary1110110111001000111000101000011010011110101010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC871; }

 p { color: rgb(237,200,113); }

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

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

 a { background-color: rgb(237,200,113); }

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

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

 span { border-color: rgb(237,200,113); }

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