Html Css Color HEX #ECC146 Cream Can

📋 copy color: '#ECC146'

red 236 ◦ green 193 ◦ blue 70

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

Shades of Cream Can #ECC146

Tints of Cream Can #ECC146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 47.29%
G = 38.68%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECC146 (or 0xECC146) is known color: Cream Can. HEX triplet: EC, C1 and 46. RGB value is (236,193,70). Sum of RGB (Red+Green+Blue) = 236+193+70=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC146 is #133EB9. Grayscale: #C0C0C0. Windows color (decimal): -1261242 or 4637164. OLE color: 4637164.

HSL color Cylindrical-coordinate representation of color #ECC146: hue angle of 44.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECC146 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 70 -
CMYK 0 0.18 0.70 0.07
HSL 44.46º 0.81% 0.6% -
HSV(B) 44.46º 0.7% 0.93% -
XYZ 54.77 56.41 13.8 -
YUV 191.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 236 193 70 0 0.18 0.70 0.07 44.46 0.81 0.6
Hex EC C1 46 0 12 46 7 2C 51 3C
Octal 354 301 106 0 22 106 7 54 121 74
Binary 11101100 11000001 1000110 0 10010 1000110 111 101100 1010001 111100

Color Harmonies of #ECC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC146

Black with #ECC146

Text Example


Text Example

White with #ECC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC146; }

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

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

background-color css

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

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

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

border-color css

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

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

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