#EDC872

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

Shades of Golden Sand #EDC872

Tints of Golden Sand #EDC872

Color information

#EDC872 (or 0xEDC872) is unknown color: approx Golden Sand. HEX triplet: ED, C8 and 72. RGB value is (237,200,114). Sum of RGB (Red+Green+Blue) = 237+200+114=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC872 is #12378D. Grayscale: #C9C9C9. Windows color (decimal): -1193870 or 7522541. OLE color: 7522541.

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

Color convert

RGB237200114-
CMYK00.160.520.07
HSL41.95º77.36%68.82%-
HSV(B)41.95º51.9%92.94%-
XYZ58.6260.5324.51-
YUV201.2678.76153.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 114 (44.92% from 255) = 20.69%
R=43.01%
G=36.30%
B=20.69%

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
Decimal23720011400.160.520.0741.9577.3668.82
HexEDC8720103472a4d45
Octal35531016202064752115105
Binary1110110111001000111001001000011010011110101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC872; }

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

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

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

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

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

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

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

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