Html Css Color HEX #ECC056 Cream Can

📋 copy color: '#ECC056'

red 236 ◦ green 192 ◦ blue 86

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

Shades of Cream Can #ECC056

Tints of Cream Can #ECC056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.73%

R = 45.91%
G = 37.35%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECC056 (or 0xECC056) is known color: Cream Can. HEX triplet: EC, C0 and 56. RGB value is (236,192,86). Sum of RGB (Red+Green+Blue) = 236+192+86=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC056 is #133FA9. Grayscale: #C1C1C1. Windows color (decimal): -1261482 or 5685484. OLE color: 5685484.

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

Color convert

RGB 236 192 86 -
CMYK 0 0.19 0.64 0.07
HSL 42.4º 0.8% 0.63% -
HSV(B) 42.4º 0.64% 0.93% -
XYZ 55.12 56.2 16.75 -
YUV 193.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 236 192 86 0 0.19 0.64 0.07 42.4 0.8 0.63
Hex EC C0 56 0 13 40 7 2A 50 3F
Octal 354 300 126 0 23 100 7 52 120 77
Binary 11101100 11000000 1010110 0 10011 1000000 111 101010 1010000 111111

Color Harmonies of #ECC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC056

Black with #ECC056

Text Example


Text Example

White with #ECC056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC056; }

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

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

background-color css

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

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

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

border-color css

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

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

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