Html Css Color HEX #ECC046 Cream Can

📋 copy color: '#ECC046'

red 236 ◦ green 192 ◦ blue 70

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

Shades of Cream Can #ECC046

Tints of Cream Can #ECC046

RGB

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

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

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

R = 47.39%
G = 38.55%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECC046 (or 0xECC046) is known color: Cream Can. HEX triplet: EC, C0 and 46. RGB value is (236,192,70). Sum of RGB (Red+Green+Blue) = 236+192+70=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC046 is #133FB9. Grayscale: #BFBFBF. Windows color (decimal): -1261498 or 4636908. OLE color: 4636908.

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

Color convert

RGB 236 192 70 -
CMYK 0 0.19 0.70 0.07
HSL 44.1º 0.81% 0.6% -
HSV(B) 44.1º 0.7% 0.93% -
XYZ 54.55 55.97 13.72 -
YUV 191.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 236 192 70 0 0.19 0.70 0.07 44.1 0.81 0.6
Hex EC C0 46 0 13 46 7 2C 51 3C
Octal 354 300 106 0 23 106 7 54 121 74
Binary 11101100 11000000 1000110 0 10011 1000110 111 101100 1010001 111100

Color Harmonies of #ECC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC046

Black with #ECC046

Text Example


Text Example

White with #ECC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC046; }

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

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

background-color css

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

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

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

border-color css

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

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

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