#EDDE99

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

Shades of Vis Vis #EDDE99

Tints of Vis Vis #EDDE99

Color information

#EDDE99 (or 0xEDDE99) is unknown color: approx Vis Vis. HEX triplet: ED, DE and 99. RGB value is (237,222,153). Sum of RGB (Red+Green+Blue) = 237+222+153=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE99 is #122166. Grayscale: #DADADA. Windows color (decimal): -1188199 or 10084077. OLE color: 10084077.

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

Color convert

RGB237222153-
CMYK00.060.350.07
HSL49.29º70%76.47%-
HSV(B)49.29º35.44%92.94%-
XYZ66.872.5540.62-
YUV218.6290.97141.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 153 (60.16% from 255) = 25%
R=38.73%
G=36.27%
B=25%

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
Decimal23722215300.060.350.0749.297076.47
HexEDDE990623731464c
Octal3553362310643761106114
Binary111011011101111010011001011010001111111000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE99; }

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

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

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

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

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

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

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

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