Html Css Color HEX #ECC149 Cream Can

📋 copy color: '#ECC149'

red 236 ◦ green 193 ◦ blue 73

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

Shades of Cream Can #ECC149

Tints of Cream Can #ECC149

RGB

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

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

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

R = 47.01%
G = 38.45%
B = 14.54%

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

#ECC149 (or 0xECC149) is known color: Cream Can. HEX triplet: EC, C1 and 49. RGB value is (236,193,73). Sum of RGB (Red+Green+Blue) = 236+193+73=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC149 is #133EB6. Grayscale: #C0C0C0. Windows color (decimal): -1261239 or 4833772. OLE color: 4833772.

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

Color convert

RGB 236 193 73 -
CMYK 0 0.18 0.69 0.07
HSL 44.17º 0.81% 0.61% -
HSV(B) 44.17º 0.69% 0.93% -
XYZ 54.86 56.45 14.31 -
YUV 192.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 236 193 73 0 0.18 0.69 0.07 44.17 0.81 0.61
Hex EC C1 49 0 12 45 7 2C 51 3D
Octal 354 301 111 0 22 105 7 54 121 75
Binary 11101100 11000001 1001001 0 10010 1000101 111 101100 1010001 111101

Color Harmonies of #ECC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC149

Black with #ECC149

Text Example


Text Example

White with #ECC149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC149; }

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

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

background-color css

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

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

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

border-color css

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

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

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