Html Css Color HEX #ECC148 Cream Can

📋 copy color: '#ECC148'

red 236 ◦ green 193 ◦ blue 72

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

Shades of Cream Can #ECC148

Tints of Cream Can #ECC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 47.11%
G = 38.52%
B = 14.37%

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

#ECC148 (or 0xECC148) is known color: Cream Can. HEX triplet: EC, C1 and 48. RGB value is (236,193,72). Sum of RGB (Red+Green+Blue) = 236+193+72=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC148 is #133EB7. Grayscale: #C0C0C0. Windows color (decimal): -1261240 or 4768236. OLE color: 4768236.

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

Color convert

RGB 236 193 72 -
CMYK 0 0.18 0.69 0.07
HSL 44.27º 0.81% 0.6% -
HSV(B) 44.27º 0.69% 0.93% -
XYZ 54.83 56.44 14.14 -
YUV 192.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 236 193 72 0 0.18 0.69 0.07 44.27 0.81 0.6
Hex EC C1 48 0 12 45 7 2C 51 3C
Octal 354 301 110 0 22 105 7 54 121 74
Binary 11101100 11000001 1001000 0 10010 1000101 111 101100 1010001 111100

Color Harmonies of #ECC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC148

Black with #ECC148

Text Example


Text Example

White with #ECC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC148; }

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

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

background-color css

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

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

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

border-color css

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

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

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