#ECC360

Color #ECC360 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #ECC360

Tints of Cream Can #ECC360

Color information

#ECC360 (or 0xECC360) is unknown color: approx Cream Can. HEX triplet: EC, C3 and 60. RGB value is (236,195,96). Sum of RGB (Red+Green+Blue) = 236+195+96=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC360 is #133C9F. Grayscale: #C4C4C4. Windows color (decimal): -1260704 or 6341612. OLE color: 6341612.

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

Color convert

RGB23619596-
CMYK00.170.590.07
HSL42.43º78.65%65.1%-
HSV(B)42.43º59.32%92.55%-
XYZ56.2257.7119.24-
YUV195.9771.58156.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 96 (37.89% from 255) = 18.22%
R=44.78%
G=37.00%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361959600.170.590.0742.4378.6565.1
HexECC3600113B72a4f41
Octal35430314002173752117101
Binary1110110011000011110000001000111101111110101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC360; }

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

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

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

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

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

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

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

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