#EBC298

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

Shades of New Tan #EBC298

Tints of New Tan #EBC298

Color information

#EBC298 (or 0xEBC298) is unknown color: approx New Tan. HEX triplet: EB, C2 and 98. RGB value is (235,194,152). Sum of RGB (Red+Green+Blue) = 235+194+152=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC298 is #143D67. Grayscale: #C9C9C9. Windows color (decimal): -1326440 or 10011371. OLE color: 10011371.

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

Color convert

RGB235194152-
CMYK00.170.350.08
HSL30.36º67.48%75.88%-
HSV(B)30.36º35.32%92.16%-
XYZ59.2258.5137.88-
YUV201.47100.08151.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=40.45%
G=33.39%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519415200.170.350.0830.3667.4875.88
HexEBC2980112381e434c
Octal353302230021431036103114
Binary11101011110000101001100001000110001110001111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC298; }

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

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

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

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

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

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

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

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