Shades of Vis Vis #EDDB93
Tints of Vis Vis #EDDB93
RGB
CMYK
RGB Variations
Color information
#EDDB93 (or 0xEDDB93) is known color: Vis Vis. HEX triplet: ED, DB and 93. RGB value is (237,219,147). Sum of RGB (Red+Green+Blue) = 237+219+147=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB93 is #12246C. Grayscale: #D8D8D8. Windows color (decimal): -1188973 or 9690093. OLE color: 9690093.
HSL color Cylindrical-coordinate representation of color #EDDB93: hue angle of 48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDDB93 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 147 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 48º | 0.71% | 0.75% | - |
| HSV(B) | 48º | 0.38% | 0.93% | - |
| XYZ | 65.52 | 70.77 | 37.81 | - |
| YUV | 216.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 147 | 0 | 0.08 | 0.38 | 0.07 | 48 | 0.71 | 0.75 |
| Hex | ED | DB | 93 | 0 | 8 | 26 | 7 | 30 | 47 | 4B |
| Octal | 355 | 333 | 223 | 0 | 10 | 46 | 7 | 60 | 107 | 113 |
| Binary | 11101101 | 11011011 | 10010011 | 0 | 1000 | 100110 | 111 | 110000 | 1000111 | 1001011 |
Color Harmonies of #EDDB93
Complementary color
Monochromatic Colors of #EDDB93
Black with #EDDB93
Text Example
Text Example
White with #EDDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB93; }
p { color: rgb(237,219,147); }
H1.HeaderClassName
{
color: #EDDB93;
}
.AnyTagClassName
{
color: #EDDB93;
}
</style>
background-color css
<style>
a { background-color: #EDDB93; }
a { background-color: rgb(237,219,147); }
div.DivClassName
{
background-color: #EDDB93;
}
.BgClassName
{
background-color: #EDDB93;
}
</style>
border-color css
<style>
span { border-color: #EDDB93; }
span { border-color: rgb(237,219,147); }
td.TdClassName
{
border-color: #EDDB93;
}
.TagClassName
{
border-color: #EDDB93;
}
</style>