#EBC490

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

Shades of New Tan #EBC490

Tints of New Tan #EBC490

Color information

#EBC490 (or 0xEBC490) is unknown color: approx New Tan. HEX triplet: EB, C4 and 90. RGB value is (235,196,144). Sum of RGB (Red+Green+Blue) = 235+196+144=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC490 is #143B6F. Grayscale: #C9C9C9. Windows color (decimal): -1325936 or 9487595. OLE color: 9487595.

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

Color convert

RGB235196144-
CMYK00.170.390.08
HSL34.29º69.47%74.31%-
HSV(B)34.29º38.72%92.16%-
XYZ59.0359.1634.69-
YUV201.7395.42151.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=40.87%
G=34.09%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519614400.170.390.0834.2969.4774.31
HexEBC49001127822454a
Octal353304220021471042105112
Binary111010111100010010010000010001100111100010001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC490; }

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

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

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

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

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

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

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

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