Shades of Vis Vis #EDDD95
Tints of Vis Vis #EDDD95
RGB
CMYK
RGB Variations
Color information
#EDDD95 (or 0xEDDD95) is known color: Vis Vis. HEX triplet: ED, DD and 95. RGB value is (237,221,149). Sum of RGB (Red+Green+Blue) = 237+221+149=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD95 is #12226A. Grayscale: #D9D9D9. Windows color (decimal): -1188459 or 9821677. OLE color: 9821677.
HSL color Cylindrical-coordinate representation of color #EDDD95: hue angle of 49.09º 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 #EDDD95 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 149 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.07 |
| HSL | 49.09º | 0.71% | 0.76% | - |
| HSV(B) | 49.09º | 0.37% | 0.93% | - |
| XYZ | 66.21 | 71.89 | 38.82 | - |
| YUV | 217.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 149 | 0 | 0.07 | 0.37 | 0.07 | 49.09 | 0.71 | 0.76 |
| Hex | ED | DD | 95 | 0 | 7 | 25 | 7 | 31 | 47 | 4C |
| Octal | 355 | 335 | 225 | 0 | 7 | 45 | 7 | 61 | 107 | 114 |
| Binary | 11101101 | 11011101 | 10010101 | 0 | 111 | 100101 | 111 | 110001 | 1000111 | 1001100 |
Color Harmonies of #EDDD95
Complementary color
Monochromatic Colors of #EDDD95
Black with #EDDD95
Text Example
Text Example
White with #EDDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD95; }
p { color: rgb(237,221,149); }
H1.HeaderClassName
{
color: #EDDD95;
}
.AnyTagClassName
{
color: #EDDD95;
}
</style>
background-color css
<style>
a { background-color: #EDDD95; }
a { background-color: rgb(237,221,149); }
div.DivClassName
{
background-color: #EDDD95;
}
.BgClassName
{
background-color: #EDDD95;
}
</style>
border-color css
<style>
span { border-color: #EDDD95; }
span { border-color: rgb(237,221,149); }
td.TdClassName
{
border-color: #EDDD95;
}
.TagClassName
{
border-color: #EDDD95;
}
</style>