Shades of Vis Vis #EFDB92
Tints of Vis Vis #EFDB92
RGB
CMYK
RGB Variations
Color information
#EFDB92 (or 0xEFDB92) is known color: Vis Vis. HEX triplet: EF, DB and 92. RGB value is (239,219,146). Sum of RGB (Red+Green+Blue) = 239+219+146=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB92 is #10246D. Grayscale: #D8D8D8. Windows color (decimal): -1057902 or 9624559. OLE color: 9624559.
HSL color Cylindrical-coordinate representation of color #EFDB92: hue angle of 47.1º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDB92 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 146 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.06 |
| HSL | 47.1º | 0.74% | 0.75% | - |
| HSV(B) | 47.1º | 0.39% | 0.94% | - |
| XYZ | 66.12 | 71.09 | 37.43 | - |
| YUV | 216.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 146 | 0 | 0.08 | 0.39 | 0.06 | 47.1 | 0.74 | 0.75 |
| Hex | EF | DB | 92 | 0 | 8 | 27 | 6 | 2F | 4A | 4B |
| Octal | 357 | 333 | 222 | 0 | 10 | 47 | 6 | 57 | 112 | 113 |
| Binary | 11101111 | 11011011 | 10010010 | 0 | 1000 | 100111 | 110 | 101111 | 1001010 | 1001011 |
Color Harmonies of #EFDB92
Complementary color
Monochromatic Colors of #EFDB92
Black with #EFDB92
Text Example
Text Example
White with #EFDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB92; }
p { color: rgb(239,219,146); }
H1.HeaderClassName
{
color: #EFDB92;
}
.AnyTagClassName
{
color: #EFDB92;
}
</style>
background-color css
<style>
a { background-color: #EFDB92; }
a { background-color: rgb(239,219,146); }
div.DivClassName
{
background-color: #EFDB92;
}
.BgClassName
{
background-color: #EFDB92;
}
</style>
border-color css
<style>
span { border-color: #EFDB92; }
span { border-color: rgb(239,219,146); }
td.TdClassName
{
border-color: #EFDB92;
}
.TagClassName
{
border-color: #EFDB92;
}
</style>