#ECC469

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

Shades of Golden Sand #ECC469

Tints of Golden Sand #ECC469

Color information

#ECC469 (or 0xECC469) is unknown color: approx Golden Sand. HEX triplet: EC, C4 and 69. RGB value is (236,196,105). Sum of RGB (Red+Green+Blue) = 236+196+105=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC469 is #133B96. Grayscale: #C5C5C5. Windows color (decimal): -1260439 or 6931692. OLE color: 6931692.

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

Color convert

RGB236196105-
CMYK00.170.560.07
HSL41.68º77.51%66.86%-
HSV(B)41.68º55.51%92.55%-
XYZ56.8858.3321.63-
YUV197.5975.75155.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=43.95%
G=36.50%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619610500.170.560.0741.6877.5166.86
HexECC4690113872a4e43
Octal35430415102170752116103
Binary1110110011000100110100101000111100011110101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC469; }

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

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

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

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

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

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

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

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