Html Css Color HEX #ECC249 Cream Can

📋 copy color: '#ECC249'

red 236 ◦ green 194 ◦ blue 73

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

Shades of Cream Can #ECC249

Tints of Cream Can #ECC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

 BLUE value IS 73 (28.91% from 255) = 14.51%

R = 46.92%
G = 38.57%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC249 (or 0xECC249) is known color: Cream Can. HEX triplet: EC, C2 and 49. RGB value is (236,194,73). Sum of RGB (Red+Green+Blue) = 236+194+73=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC249 is #133DB6. Grayscale: #C1C1C1. Windows color (decimal): -1260983 or 4834028. OLE color: 4834028.

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

Color convert

RGB 236 194 73 -
CMYK 0 0.18 0.69 0.07
HSL 44.54º 0.81% 0.61% -
HSV(B) 44.54º 0.69% 0.93% -
XYZ 55.09 56.9 14.38 -
YUV 192.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 236 194 73 0 0.18 0.69 0.07 44.54 0.81 0.61
Hex EC C2 49 0 12 45 7 2D 51 3D
Octal 354 302 111 0 22 105 7 55 121 75
Binary 11101100 11000010 1001001 0 10010 1000101 111 101101 1010001 111101

Color Harmonies of #ECC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC249

Black with #ECC249

Text Example


Text Example

White with #ECC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC249; }

 p { color: rgb(236,194,73); }

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

background-color css

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

 a { background-color: rgb(236,194,73); }

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

border-color css

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

 span { border-color: rgb(236,194,73); }

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