Html Css Color HEX #ECC695 New Tan

📋 copy color: '#ECC695'

red 236 ◦ green 198 ◦ blue 149

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

Shades of New Tan #ECC695

Tints of New Tan #ECC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.96%

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

R = 40.48%
G = 33.96%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECC695 (or 0xECC695) is known color: New Tan. HEX triplet: EC, C6 and 95. RGB value is (236,198,149). Sum of RGB (Red+Green+Blue) = 236+198+149=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC695 is #13396A. Grayscale: #CCCCCC. Windows color (decimal): -1259883 or 9815788. OLE color: 9815788.

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

Color convert

RGB 236 198 149 -
CMYK 0 0.16 0.37 0.07
HSL 33.79º 0.7% 0.75% -
HSV(B) 33.79º 0.37% 0.93% -
XYZ 60.21 60.39 36.92 -
YUV 203.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 236 198 149 0 0.16 0.37 0.07 33.79 0.7 0.75
Hex EC C6 95 0 10 25 7 22 46 4B
Octal 354 306 225 0 20 45 7 42 106 113
Binary 11101100 11000110 10010101 0 10000 100101 111 100010 1000110 1001011

Color Harmonies of #ECC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC695

Black with #ECC695

Text Example


Text Example

White with #ECC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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