#EEDC95

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

Shades of Vis Vis #EEDC95

Tints of Vis Vis #EEDC95

Color information

#EEDC95 (or 0xEEDC95) is unknown color: approx Vis Vis. HEX triplet: EE, DC and 95. RGB value is (238,220,149). Sum of RGB (Red+Green+Blue) = 238+220+149=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC95 is #11236A. Grayscale: #D9D9D9. Windows color (decimal): -1123179 or 9821422. OLE color: 9821422.

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

Color convert

RGB238220149-
CMYK00.080.370.07
HSL47.87º72.36%75.88%-
HSV(B)47.87º37.39%93.33%-
XYZ66.2871.5338.75-
YUV217.2989.46142.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=39.21%
G=36.24%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822014900.080.370.0747.8772.3675.88
HexEEDC950825730484c
Octal35633422501045760110114
Binary1110111011011100100101010100010010111111000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC95; }

 p { color: rgb(238,220,149); }

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

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

 a { background-color: rgb(238,220,149); }

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

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

 span { border-color: rgb(238,220,149); }

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