Html Css Color HEX #ECC060 Cream Can

📋 copy color: '#ECC060'

red 236 ◦ green 192 ◦ blue 96

#ECC060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #ECC060

Tints of Cream Can #ECC060

RGB

 RED value IS 236 (92.58% from 255) = 45.04%

 GREEN value IS 192 (75.39% from 255) = 36.64%

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 45.04%
G = 36.64%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECC060 (or 0xECC060) is known color: Cream Can. HEX triplet: EC, C0 and 60. RGB value is (236,192,96). Sum of RGB (Red+Green+Blue) = 236+192+96=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC060 is #133F9F. Grayscale: #C2C2C2. Windows color (decimal): -1261472 or 6340844. OLE color: 6340844.

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

Color convert

RGB 236 192 96 -
CMYK 0 0.19 0.59 0.07
HSL 41.14º 0.79% 0.65% -
HSV(B) 41.14º 0.59% 0.93% -
XYZ 55.55 56.38 19.02 -
YUV 194.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 236 192 96 0 0.19 0.59 0.07 41.14 0.79 0.65
Hex EC C0 60 0 13 3B 7 29 4F 41
Octal 354 300 140 0 23 73 7 51 117 101
Binary 11101100 11000000 1100000 0 10011 111011 111 101001 1001111 1000001

Color Harmonies of #ECC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC060

Black with #ECC060

Text Example


Text Example

White with #ECC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC060; }

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

 H1.HeaderClassName
 {
   color: #ECC060;
 }
 .AnyTagClassName
 {
   color: #ECC060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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