Html Css Color HEX #ECC295 New Tan

📋 copy color: '#ECC295'

red 236 ◦ green 194 ◦ blue 149

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

Shades of New Tan #ECC295

Tints of New Tan #ECC295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 40.76%
G = 33.51%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECC295 (or 0xECC295) is known color: New Tan. HEX triplet: EC, C2 and 95. RGB value is (236,194,149). Sum of RGB (Red+Green+Blue) = 236+194+149=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC295 is #133D6A. Grayscale: #C9C9C9. Windows color (decimal): -1260907 or 9814764. OLE color: 9814764.

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

Color convert

RGB 236 194 149 -
CMYK 0 0.18 0.37 0.07
HSL 31.03º 0.7% 0.75% -
HSV(B) 31.03º 0.37% 0.93% -
XYZ 59.31 58.59 36.62 -
YUV 201.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 236 194 149 0 0.18 0.37 0.07 31.03 0.7 0.75
Hex EC C2 95 0 12 25 7 1F 46 4B
Octal 354 302 225 0 22 45 7 37 106 113
Binary 11101100 11000010 10010101 0 10010 100101 111 11111 1000110 1001011

Color Harmonies of #ECC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC295

Black with #ECC295

Text Example


Text Example

White with #ECC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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