#EDDE97

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

Shades of Vis Vis #EDDE97

Tints of Vis Vis #EDDE97

Color information

#EDDE97 (or 0xEDDE97) is unknown color: approx Vis Vis. HEX triplet: ED, DE and 97. RGB value is (237,222,151). Sum of RGB (Red+Green+Blue) = 237+222+151=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE97 is #122168. Grayscale: #DADADA. Windows color (decimal): -1188201 or 9953005. OLE color: 9953005.

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

Color convert

RGB237222151-
CMYK00.060.360.07
HSL49.53º70.49%76.08%-
HSV(B)49.53º36.29%92.94%-
XYZ66.6372.4839.76-
YUV218.3989.97141.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=38.85%
G=36.39%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722215100.060.360.0749.5370.4976.08
HexEDDE970624732464c
Octal3553362270644762106114
Binary111011011101111010010111011010010011111001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE97; }

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

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

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

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

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

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

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

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