#EBC294

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

Shades of New Tan #EBC294

Tints of New Tan #EBC294

Color information

#EBC294 (or 0xEBC294) is unknown color: approx New Tan. HEX triplet: EB, C2 and 94. RGB value is (235,194,148). Sum of RGB (Red+Green+Blue) = 235+194+148=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC294 is #143D6B. Grayscale: #C9C9C9. Windows color (decimal): -1326444 or 9749227. OLE color: 9749227.

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

Color convert

RGB235194148-
CMYK00.170.370.08
HSL31.72º68.5%75.1%-
HSV(B)31.72º37.02%92.16%-
XYZ58.958.3836.18-
YUV201.0298.08152.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 194 (76.17% from 255) = 33.62%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=40.73%
G=33.62%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519414800.170.370.0831.7268.575.1
HexEBC29401125820454b
Octal353302224021451040105113
Binary111010111100001010010100010001100101100010000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC294; }

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

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

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

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

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

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

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

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