#ECC351

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

Shades of Cream Can #ECC351

Tints of Cream Can #ECC351

Color information

#ECC351 (or 0xECC351) is unknown color: approx Cream Can. HEX triplet: EC, C3 and 51. RGB value is (236,195,81). Sum of RGB (Red+Green+Blue) = 236+195+81=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC351 is #133CAE. Grayscale: #C2C2C2. Windows color (decimal): -1260719 or 5358572. OLE color: 5358572.

HSL color Cylindrical-coordinate representation of color #ECC351: hue angle of 44.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECC351 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23619581-
CMYK00.170.660.07
HSL44.13º80.31%62.16%-
HSV(B)44.13º65.68%92.55%-
XYZ55.5957.4615.94-
YUV194.2664.08157.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 81 (32.03% from 255) = 15.82%
R=46.09%
G=38.09%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361958100.170.660.0744.1380.3162.16
HexECC3510114272c503e
Octal35430312102110275412076
Binary1110110011000011101000101000110000101111011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC351; }

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

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

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

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

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

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

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

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