#ECC05D

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

Shades of Cream Can #ECC05D

Tints of Cream Can #ECC05D

Color information

#ECC05D (or 0xECC05D) is unknown color: approx Cream Can. HEX triplet: EC, C0 and 5D. RGB value is (236,192,93). Sum of RGB (Red+Green+Blue) = 236+192+93=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05D is #133FA2. Grayscale: #C2C2C2. Windows color (decimal): -1261475 or 6144236. OLE color: 6144236.

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

Color convert

RGB23619293-
CMYK00.190.610.07
HSL41.54º79.01%64.51%-
HSV(B)41.54º60.59%92.55%-
XYZ55.4256.3218.31-
YUV193.8771.08158.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=45.30%
G=36.85%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361929300.190.610.0741.5479.0164.51
HexECC05D0133D72a4f41
Octal35430013502375752117101
Binary1110110011000000101110101001111110111110101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC05D; }

 p { color: rgb(236,192,93); }

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

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

 a { background-color: rgb(236,192,93); }

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

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

 span { border-color: rgb(236,192,93); }

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