Html Css Color HEX #ECC155 Cream Can

📋 copy color: '#ECC155'

red 236 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #ECC155

Tints of Cream Can #ECC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

 BLUE value IS 85 (33.59% from 255) = 16.54%

R = 45.91%
G = 37.55%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECC155 (or 0xECC155) is known color: Cream Can. HEX triplet: EC, C1 and 55. RGB value is (236,193,85). Sum of RGB (Red+Green+Blue) = 236+193+85=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC155 is #133EAA. Grayscale: #C2C2C2. Windows color (decimal): -1261227 or 5620204. OLE color: 5620204.

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

Color convert

RGB 236 193 85 -
CMYK 0 0.18 0.64 0.07
HSL 42.91º 0.8% 0.63% -
HSV(B) 42.91º 0.64% 0.93% -
XYZ 55.3 56.63 16.61 -
YUV 193.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 236 193 85 0 0.18 0.64 0.07 42.91 0.8 0.63
Hex EC C1 55 0 12 40 7 2B 50 3F
Octal 354 301 125 0 22 100 7 53 120 77
Binary 11101100 11000001 1010101 0 10010 1000000 111 101011 1010000 111111

Color Harmonies of #ECC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC155

Black with #ECC155

Text Example


Text Example

White with #ECC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC155; }

 p { color: rgb(236,193,85); }

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

background-color css

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

 a { background-color: rgb(236,193,85); }

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

border-color css

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

 span { border-color: rgb(236,193,85); }

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