#EBC492

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

Shades of New Tan #EBC492

Tints of New Tan #EBC492

Color information

#EBC492 (or 0xEBC492) is unknown color: approx New Tan. HEX triplet: EB, C4 and 92. RGB value is (235,196,146). Sum of RGB (Red+Green+Blue) = 235+196+146=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC492 is #143B6D. Grayscale: #CACACA. Windows color (decimal): -1325934 or 9618667. OLE color: 9618667.

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

Color convert

RGB235196146-
CMYK00.170.380.08
HSL33.71º68.99%74.71%-
HSV(B)33.71º37.87%92.16%-
XYZ59.1959.2235.5-
YUV201.9696.42151.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=40.73%
G=33.97%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519614600.170.380.0833.7168.9974.71
HexEBC49201126822454b
Octal353304222021461042105113
Binary111010111100010010010010010001100110100010001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC492; }

 p { color: rgb(235,196,146); }

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

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

 a { background-color: rgb(235,196,146); }

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

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

 span { border-color: rgb(235,196,146); }

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