#EEDE9A

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

Shades of Vis Vis #EEDE9A

Tints of Vis Vis #EEDE9A

Color information

#EEDE9A (or 0xEEDE9A) is unknown color: approx Vis Vis. HEX triplet: EE, DE and 9A. RGB value is (238,222,154). Sum of RGB (Red+Green+Blue) = 238+222+154=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9A is #112165. Grayscale: #DBDBDB. Windows color (decimal): -1122662 or 10149614. OLE color: 10149614.

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

Color convert

RGB238222154-
CMYK00.070.350.07
HSL48.57º71.19%76.86%-
HSV(B)48.57º35.29%93.33%-
XYZ67.2172.7541.07-
YUV219.0391.3141.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 154 (60.55% from 255) = 25.08%
R=38.76%
G=36.16%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822215400.070.350.0748.5771.1976.86
HexEEDE9A0723731474d
Octal3563362320743761107115
Binary111011101101111010011010011110001111111000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE9A; }

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

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

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

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

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

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

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

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