#EEDE99

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

Shades of Vis Vis #EEDE99

Tints of Vis Vis #EEDE99

Color information

#EEDE99 (or 0xEEDE99) is unknown color: approx Vis Vis. HEX triplet: EE, DE and 99. RGB value is (238,222,153). Sum of RGB (Red+Green+Blue) = 238+222+153=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE99 is #112166. Grayscale: #DBDBDB. Windows color (decimal): -1122663 or 10084078. OLE color: 10084078.

HSL color Cylindrical-coordinate representation of color #EEDE99: hue angle of 48.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEDE99 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238222153-
CMYK00.070.360.07
HSL48.71º71.43%76.67%-
HSV(B)48.71º35.71%93.33%-
XYZ67.1372.7240.64-
YUV218.9290.8141.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 153 (60.16% from 255) = 24.96%
R=38.83%
G=36.22%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822215300.070.360.0748.7171.4376.67
HexEEDE990724731474d
Octal3563362310744761107115
Binary111011101101111010011001011110010011111000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE99; }

 p { color: rgb(238,222,153); }

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

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

 a { background-color: rgb(238,222,153); }

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

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

 span { border-color: rgb(238,222,153); }

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