#EEC294

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

Shades of New Tan #EEC294

Tints of New Tan #EEC294

Color information

#EEC294 (or 0xEEC294) is unknown color: approx New Tan. HEX triplet: EE, C2 and 94. RGB value is (238,194,148). Sum of RGB (Red+Green+Blue) = 238+194+148=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC294 is #113D6B. Grayscale: #CACACA. Windows color (decimal): -1129836 or 9749230. OLE color: 9749230.

HSL color Cylindrical-coordinate representation of color #EEC294: hue angle of 30.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEC294 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238194148-
CMYK00.180.380.07
HSL30.67º72.58%75.69%-
HSV(B)30.67º37.82%93.33%-
XYZ59.958.936.23-
YUV201.9197.58153.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=41.03%
G=33.45%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819414800.180.380.0730.6772.5875.69
HexEEC2940122671f494c
Octal35630222402246737111114
Binary1110111011000010100101000100101001101111111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC294; }

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

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

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

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

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

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

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

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