#EDE199

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

Shades of Vis Vis #EDE199

Tints of Vis Vis #EDE199

Color information

#EDE199 (or 0xEDE199) is unknown color: approx Vis Vis. HEX triplet: ED, E1 and 99. RGB value is (237,225,153). Sum of RGB (Red+Green+Blue) = 237+225+153=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE199 is #121E66. Grayscale: #DCDCDC. Windows color (decimal): -1187431 or 10084845. OLE color: 10084845.

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

Color convert

RGB237225153-
CMYK00.050.350.07
HSL51.43º70%76.47%-
HSV(B)51.43º35.44%92.94%-
XYZ67.674.1540.89-
YUV220.3889.98139.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 153 (60.16% from 255) = 24.88%
R=38.54%
G=36.59%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722515300.050.350.0751.437076.47
HexEDE1990523733464c
Octal3553412310543763106114
Binary111011011110000110011001010110001111111001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE199; }

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

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

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

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

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

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

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

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