#EEDD98

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

Shades of Vis Vis #EEDD98

Tints of Vis Vis #EEDD98

Color information

#EEDD98 (or 0xEEDD98) is unknown color: approx Vis Vis. HEX triplet: EE, DD and 98. RGB value is (238,221,152). Sum of RGB (Red+Green+Blue) = 238+221+152=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD98 is #112267. Grayscale: #DADADA. Windows color (decimal): -1122920 or 10018286. OLE color: 10018286.

HSL color Cylindrical-coordinate representation of color #EEDD98: hue angle of 48.14º 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 #EEDD98 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238221152-
CMYK00.070.360.07
HSL48.14º71.67%76.47%-
HSV(B)48.14º36.13%93.33%-
XYZ66.7872.1640.11-
YUV218.2290.63142.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 152 (59.77% from 255) = 24.88%
R=38.95%
G=36.17%
B=24.88%

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
Decimal23822115200.070.360.0748.1471.6776.47
HexEEDD980724730484c
Octal3563352300744760110114
Binary111011101101110110011000011110010011111000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD98; }

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

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

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

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

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

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

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

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