#EBC194

Color #EBC194 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EBC194

Tints of New Tan #EBC194

Color information

#EBC194 (or 0xEBC194) is unknown color: approx New Tan. HEX triplet: EB, C1 and 94. RGB value is (235,193,148). Sum of RGB (Red+Green+Blue) = 235+193+148=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC194 is #143E6B. Grayscale: #C8C8C8. Windows color (decimal): -1326700 or 9748971. OLE color: 9748971.

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

Color convert

RGB235193148-
CMYK00.180.370.08
HSL31.03º68.5%75.1%-
HSV(B)31.03º37.02%92.16%-
XYZ58.6857.9436.11-
YUV200.4398.41152.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=40.80%
G=33.51%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519314800.180.370.0831.0368.575.1
HexEBC1940122581f454b
Octal353301224022451037105113
Binary11101011110000011001010001001010010110001111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC194; }

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

 H1.HeaderClassName
 {
   color: #EBC194;
 }
 .AnyTagClassName
 {
   color: #EBC194;
 }
</style>
background-color css

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

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

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

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

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

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