#EEDF9A

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

Shades of Vis Vis #EEDF9A

Tints of Vis Vis #EEDF9A

Color information

#EEDF9A (or 0xEEDF9A) is unknown color: approx Vis Vis. HEX triplet: EE, DF and 9A. RGB value is (238,223,154). Sum of RGB (Red+Green+Blue) = 238+223+154=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF9A is #112065. Grayscale: #DBDBDB. Windows color (decimal): -1122406 or 10149870. OLE color: 10149870.

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

Color convert

RGB238223154-
CMYK00.060.350.07
HSL49.29º71.19%76.86%-
HSV(B)49.29º35.29%93.33%-
XYZ67.4873.2941.16-
YUV219.6290.97141.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 154 (60.55% from 255) = 25.04%
R=38.70%
G=36.26%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822315400.060.350.0749.2971.1976.86
HexEEDF9A0623731474d
Octal3563372320643761107115
Binary111011101101111110011010011010001111111000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF9A; }

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

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

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

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

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

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

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

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