Shades of Vis Vis #EDE19A
Tints of Vis Vis #EDE19A
RGB
CMYK
RGB Variations
Color information
#EDE19A (or 0xEDE19A) is known color: Vis Vis. HEX triplet: ED, E1 and 9A. RGB value is (237,225,154). Sum of RGB (Red+Green+Blue) = 237+225+154=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19A is #121E65. Grayscale: #DCDCDC. Windows color (decimal): -1187430 or 10150381. OLE color: 10150381.
HSL color Cylindrical-coordinate representation of color #EDE19A: hue angle of 51.33º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE19A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 154 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.07 |
| HSL | 51.33º | 0.7% | 0.77% | - |
| HSV(B) | 51.33º | 0.35% | 0.93% | - |
| XYZ | 67.68 | 74.19 | 41.32 | - |
| YUV | 220.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 154 | 0 | 0.05 | 0.35 | 0.07 | 51.33 | 0.7 | 0.77 |
| Hex | ED | E1 | 9A | 0 | 5 | 23 | 7 | 33 | 46 | 4D |
| Octal | 355 | 341 | 232 | 0 | 5 | 43 | 7 | 63 | 106 | 115 |
| Binary | 11101101 | 11100001 | 10011010 | 0 | 101 | 100011 | 111 | 110011 | 1000110 | 1001101 |
Color Harmonies of #EDE19A
Complementary color
Monochromatic Colors of #EDE19A
Black with #EDE19A
Text Example
Text Example
White with #EDE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE19A; }
p { color: rgb(237,225,154); }
H1.HeaderClassName
{
color: #EDE19A;
}
.AnyTagClassName
{
color: #EDE19A;
}
</style>
background-color css
<style>
a { background-color: #EDE19A; }
a { background-color: rgb(237,225,154); }
div.DivClassName
{
background-color: #EDE19A;
}
.BgClassName
{
background-color: #EDE19A;
}
</style>
border-color css
<style>
span { border-color: #EDE19A; }
span { border-color: rgb(237,225,154); }
td.TdClassName
{
border-color: #EDE19A;
}
.TagClassName
{
border-color: #EDE19A;
}
</style>