#EDDE96

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

Shades of Vis Vis #EDDE96

Tints of Vis Vis #EDDE96

Color information

#EDDE96 (or 0xEDDE96) is unknown color: approx Vis Vis. HEX triplet: ED, DE and 96. RGB value is (237,222,150). Sum of RGB (Red+Green+Blue) = 237+222+150=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE96 is #122169. Grayscale: #DADADA. Windows color (decimal): -1188202 or 9887469. OLE color: 9887469.

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

Color convert

RGB237222150-
CMYK00.060.370.07
HSL49.66º70.73%75.88%-
HSV(B)49.66º36.71%92.94%-
XYZ66.5572.4539.33-
YUV218.2889.47141.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 150 (58.98% from 255) = 24.63%
R=38.92%
G=36.45%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722215000.060.370.0749.6670.7375.88
HexEDDE960625732474c
Octal3553362260645762107114
Binary111011011101111010010110011010010111111001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE96; }

 p { color: rgb(237,222,150); }

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

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

 a { background-color: rgb(237,222,150); }

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

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

 span { border-color: rgb(237,222,150); }

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