Html Css Color HEX #ECC047 Cream Can

📋 copy color: '#ECC047'

red 236 ◦ green 192 ◦ blue 71

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

Shades of Cream Can #ECC047

Tints of Cream Can #ECC047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.23%

R = 47.29%
G = 38.48%
B = 14.23%

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

#ECC047 (or 0xECC047) is known color: Cream Can. HEX triplet: EC, C0 and 47. RGB value is (236,192,71). Sum of RGB (Red+Green+Blue) = 236+192+71=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC047 is #133FB8. Grayscale: #BFBFBF. Windows color (decimal): -1261497 or 4702444. OLE color: 4702444.

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

Color convert

RGB 236 192 71 -
CMYK 0 0.19 0.70 0.07
HSL 44º 0.81% 0.6% -
HSV(B) 44º 0.7% 0.93% -
XYZ 54.58 55.99 13.89 -
YUV 191.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 236 192 71 0 0.19 0.70 0.07 44 0.81 0.6
Hex EC C0 47 0 13 46 7 2C 51 3C
Octal 354 300 107 0 23 106 7 54 121 74
Binary 11101100 11000000 1000111 0 10011 1000110 111 101100 1010001 111100

Color Harmonies of #ECC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC047

Black with #ECC047

Text Example


Text Example

White with #ECC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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