#EDCA72

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

Shades of Golden Sand #EDCA72

Tints of Golden Sand #EDCA72

Color information

#EDCA72 (or 0xEDCA72) is unknown color: approx Golden Sand. HEX triplet: ED, CA and 72. RGB value is (237,202,114). Sum of RGB (Red+Green+Blue) = 237+202+114=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA72 is #12358D. Grayscale: #CACACA. Windows color (decimal): -1193358 or 7523053. OLE color: 7523053.

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

Color convert

RGB237202114-
CMYK00.150.520.07
HSL42.93º77.36%68.82%-
HSV(B)42.93º51.9%92.94%-
XYZ59.0861.4624.67-
YUV202.4378.1152.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 114 (44.92% from 255) = 20.61%
R=42.86%
G=36.53%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720211400.150.520.0742.9377.3668.82
HexEDCA720F3472b4d45
Octal35531216201764753115105
Binary111011011100101011100100111111010011110101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA72; }

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

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

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

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

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

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

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

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