#ECCB60

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

Shades of Golden Sand #ECCB60

Tints of Golden Sand #ECCB60

Color information

#ECCB60 (or 0xECCB60) is unknown color: approx Golden Sand. HEX triplet: EC, CB and 60. RGB value is (236,203,96). Sum of RGB (Red+Green+Blue) = 236+203+96=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB60 is #13349F. Grayscale: #C9C9C9. Windows color (decimal): -1258656 or 6343660. OLE color: 6343660.

HSL color Cylindrical-coordinate representation of color #ECCB60: hue angle of 45.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECCB60 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23620396-
CMYK00.140.590.07
HSL45.86º78.65%65.1%-
HSV(B)45.86º59.32%92.55%-
XYZ58.0661.3919.86-
YUV200.6768.93153.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 96 (37.89% from 255) = 17.94%
R=44.11%
G=37.94%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362039600.140.590.0745.8678.6565.1
HexECCB600E3B72e4f41
Octal35431314001673756117101
Binary111011001100101111000000111011101111110111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCB60; }

 p { color: rgb(236,203,96); }

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

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

 a { background-color: rgb(236,203,96); }

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

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

 span { border-color: rgb(236,203,96); }

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