Html Css Color HEX #ECC194 New Tan

📋 copy color: '#ECC194'

red 236 ◦ green 193 ◦ blue 148

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

Shades of New Tan #ECC194

Tints of New Tan #ECC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.65%

R = 40.9%
G = 33.45%
B = 25.65%

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

#ECC194 (or 0xECC194) is known color: New Tan. HEX triplet: EC, C1 and 94. RGB value is (236,193,148). Sum of RGB (Red+Green+Blue) = 236+193+148=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC194 is #133E6B. Grayscale: #C8C8C8. Windows color (decimal): -1261164 or 9748972. OLE color: 9748972.

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

Color convert

RGB 236 193 148 -
CMYK 0 0.18 0.37 0.07
HSL 30.68º 0.7% 0.75% -
HSV(B) 30.68º 0.37% 0.93% -
XYZ 59.01 58.11 36.12 -
YUV 200.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 236 193 148 0 0.18 0.37 0.07 30.68 0.7 0.75
Hex EC C1 94 0 12 25 7 1F 46 4B
Octal 354 301 224 0 22 45 7 37 106 113
Binary 11101100 11000001 10010100 0 10010 100101 111 11111 1000110 1001011

Color Harmonies of #ECC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC194

Black with #ECC194

Text Example


Text Example

White with #ECC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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