#EDCA70

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

Shades of Golden Sand #EDCA70

Tints of Golden Sand #EDCA70

Color information

#EDCA70 (or 0xEDCA70) is unknown color: approx Golden Sand. HEX triplet: ED, CA and 70. RGB value is (237,202,112). Sum of RGB (Red+Green+Blue) = 237+202+112=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA70 is #12358F. Grayscale: #CACACA. Windows color (decimal): -1193360 or 7391981. OLE color: 7391981.

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

Color convert

RGB237202112-
CMYK00.150.530.07
HSL43.2º77.64%68.43%-
HSV(B)43.2º52.74%92.94%-
XYZ58.9761.4224.08-
YUV202.277.1152.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 112 (44.14% from 255) = 20.33%
R=43.01%
G=36.66%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720211200.150.530.0743.277.6468.43
HexEDCA700F3572b4e44
Octal35531216001765753116104
Binary111011011100101011100000111111010111110101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA70; }

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

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

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

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

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

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

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

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