Shades of Vis Vis #EDE09B
Tints of Vis Vis #EDE09B
RGB
CMYK
RGB Variations
Color information
#EDE09B (or 0xEDE09B) is known color: Vis Vis. HEX triplet: ED, E0 and 9B. RGB value is (237,224,155). Sum of RGB (Red+Green+Blue) = 237+224+155=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE09B is #121F64. Grayscale: #DCDCDC. Windows color (decimal): -1187685 or 10215661. OLE color: 10215661.
HSL color Cylindrical-coordinate representation of color #EDE09B: hue angle of 50.49º degrees, saturation: 0.69, 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 #EDE09B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 155 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.07 |
| HSL | 50.49º | 0.69% | 0.77% | - |
| HSV(B) | 50.49º | 0.35% | 0.93% | - |
| XYZ | 67.5 | 73.68 | 41.68 | - |
| YUV | 220.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 155 | 0 | 0.05 | 0.35 | 0.07 | 50.49 | 0.69 | 0.77 |
| Hex | ED | E0 | 9B | 0 | 5 | 23 | 7 | 32 | 45 | 4D |
| Octal | 355 | 340 | 233 | 0 | 5 | 43 | 7 | 62 | 105 | 115 |
| Binary | 11101101 | 11100000 | 10011011 | 0 | 101 | 100011 | 111 | 110010 | 1000101 | 1001101 |
Color Harmonies of #EDE09B
Complementary color
Monochromatic Colors of #EDE09B
Black with #EDE09B
Text Example
Text Example
White with #EDE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE09B; }
p { color: rgb(237,224,155); }
H1.HeaderClassName
{
color: #EDE09B;
}
.AnyTagClassName
{
color: #EDE09B;
}
</style>
background-color css
<style>
a { background-color: #EDE09B; }
a { background-color: rgb(237,224,155); }
div.DivClassName
{
background-color: #EDE09B;
}
.BgClassName
{
background-color: #EDE09B;
}
</style>
border-color css
<style>
span { border-color: #EDE09B; }
span { border-color: rgb(237,224,155); }
td.TdClassName
{
border-color: #EDE09B;
}
.TagClassName
{
border-color: #EDE09B;
}
</style>