#ECCC69

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

Shades of Golden Sand #ECCC69

Tints of Golden Sand #ECCC69

Color information

#ECCC69 (or 0xECCC69) is unknown color: approx Golden Sand. HEX triplet: EC, CC and 69. RGB value is (236,204,105). Sum of RGB (Red+Green+Blue) = 236+204+105=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC69 is #133396. Grayscale: #CACACA. Windows color (decimal): -1258391 or 6933740. OLE color: 6933740.

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

Color convert

RGB236204105-
CMYK00.140.560.07
HSL45.34º77.51%66.86%-
HSV(B)45.34º55.51%92.55%-
XYZ58.7362.0422.24-
YUV202.2873.1152.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=43.30%
G=37.43%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620410500.140.560.0745.3477.5166.86
HexECCC690E3872d4e43
Octal35431415101670755116103
Binary111011001100110011010010111011100011110110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC69; }

 p { color: rgb(236,204,105); }

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

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

 a { background-color: rgb(236,204,105); }

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

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

 span { border-color: rgb(236,204,105); }

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