#EEDE98

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

Shades of Vis Vis #EEDE98

Tints of Vis Vis #EEDE98

Color information

#EEDE98 (or 0xEEDE98) is unknown color: approx Vis Vis. HEX triplet: EE, DE and 98. RGB value is (238,222,152). Sum of RGB (Red+Green+Blue) = 238+222+152=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE98 is #112167. Grayscale: #DBDBDB. Windows color (decimal): -1122664 or 10018542. OLE color: 10018542.

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

Color convert

RGB238222152-
CMYK00.070.360.07
HSL48.84º71.67%76.47%-
HSV(B)48.84º36.13%93.33%-
XYZ67.0572.6940.2-
YUV218.890.3141.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 152 (59.77% from 255) = 24.84%
R=38.89%
G=36.27%
B=24.84%

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
Decimal23822215200.070.360.0748.8471.6776.47
HexEEDE980724731484c
Octal3563362300744761110114
Binary111011101101111010011000011110010011111000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE98; }

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

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

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

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

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

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

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

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