#ECCF73

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

Shades of Golden Sand #ECCF73

Tints of Golden Sand #ECCF73

Color information

#ECCF73 (or 0xECCF73) is unknown color: approx Golden Sand. HEX triplet: EC, CF and 73. RGB value is (236,207,115). Sum of RGB (Red+Green+Blue) = 236+207+115=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF73 is #13308C. Grayscale: #CDCDCD. Windows color (decimal): -1257613 or 7589868. OLE color: 7589868.

HSL color Cylindrical-coordinate representation of color #ECCF73: hue angle of 45.62º degrees, saturation: 0.76, 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 #ECCF73 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236207115-
CMYK00.120.510.07
HSL45.62º76.1%68.82%-
HSV(B)45.62º51.27%92.55%-
XYZ6063.725.35-
YUV205.1877.11149.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 115 (45.31% from 255) = 20.61%
R=42.29%
G=37.10%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620711500.120.510.0745.6276.168.82
HexECCF730C3372e4c45
Octal35431716301463756114105
Binary111011001100111111100110110011001111110111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCF73; }

 p { color: rgb(236,207,115); }

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

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

 a { background-color: rgb(236,207,115); }

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

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

 span { border-color: rgb(236,207,115); }

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