Shades of Varden #FFEFCD
Tints of Varden #FFEFCD
RGB
CMYK
RGB Variations
Color information
#FFEFCD (or 0xFFEFCD) is known color: Varden. HEX triplet: FF, EF and CD. RGB value is (255,239,205). Sum of RGB (Red+Green+Blue) = 255+239+205=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 205 (80.47% from 255 or 29.33% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCD is #001032. Grayscale: #F0F0F0. Windows color (decimal): -4147 or 13496319. OLE color: 13496319.
HSL color Cylindrical-coordinate representation of color #FFEFCD: hue angle of 40.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEFCD is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 205 | - |
| CMYK | 0 | 0.06 | 0.20 | 0 |
| HSL | 40.8º | 1% | 0.9% | - |
| HSV(B) | 40.8º | 0.2% | 1% | - |
| XYZ | 83.13 | 87.4 | 70.25 | - |
| YUV | 239.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 205 | 0 | 0.06 | 0.20 | 0 | 40.8 | 1 | 0.9 |
| Hex | FF | EF | CD | 0 | 6 | 14 | 0 | 29 | 64 | 5A |
| Octal | 377 | 357 | 315 | 0 | 6 | 24 | 0 | 51 | 144 | 132 |
| Binary | 11111111 | 11101111 | 11001101 | 0 | 110 | 10100 | 0 | 101001 | 1100100 | 1011010 |
Color Harmonies of #FFEFCD
Complementary color
Monochromatic Colors of #FFEFCD
Black with #FFEFCD
Text Example
Text Example
White with #FFEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFCD; }
p { color: rgb(255,239,205); }
H1.HeaderClassName
{
color: #FFEFCD;
}
.AnyTagClassName
{
color: #FFEFCD;
}
</style>
background-color css
<style>
a { background-color: #FFEFCD; }
a { background-color: rgb(255,239,205); }
div.DivClassName
{
background-color: #FFEFCD;
}
.BgClassName
{
background-color: #FFEFCD;
}
</style>
border-color css
<style>
span { border-color: #FFEFCD; }
span { border-color: rgb(255,239,205); }
td.TdClassName
{
border-color: #FFEFCD;
}
.TagClassName
{
border-color: #FFEFCD;
}
</style>