Shades of Varden #FFEFCC
Tints of Varden #FFEFCC
RGB
CMYK
RGB Variations
Color information
#FFEFCC (or 0xFFEFCC) is known color: Varden. HEX triplet: FF, EF and CC. RGB value is (255,239,204). Sum of RGB (Red+Green+Blue) = 255+239+204=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCC is #001033. Grayscale: #EFEFEF. Windows color (decimal): -4148 or 13430783. OLE color: 13430783.
HSL color Cylindrical-coordinate representation of color #FFEFCC: hue angle of 41.18º 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 #FFEFCC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 204 | - |
| CMYK | 0 | 0.06 | 0.2 | 0 |
| HSL | 41.18º | 1% | 0.9% | - |
| HSV(B) | 41.18º | 0.2% | 1% | - |
| XYZ | 83.01 | 87.35 | 69.61 | - |
| YUV | 239.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 204 | 0 | 0.06 | 0.2 | 0 | 41.18 | 1 | 0.9 |
| Hex | FF | EF | CC | 0 | 6 | 14 | 0 | 29 | 64 | 5A |
| Octal | 377 | 357 | 314 | 0 | 6 | 24 | 0 | 51 | 144 | 132 |
| Binary | 11111111 | 11101111 | 11001100 | 0 | 110 | 10100 | 0 | 101001 | 1100100 | 1011010 |
Color Harmonies of #FFEFCC
Complementary color
Monochromatic Colors of #FFEFCC
Black with #FFEFCC
Text Example
Text Example
White with #FFEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFCC; }
p { color: rgb(255,239,204); }
H1.HeaderClassName
{
color: #FFEFCC;
}
.AnyTagClassName
{
color: #FFEFCC;
}
</style>
background-color css
<style>
a { background-color: #FFEFCC; }
a { background-color: rgb(255,239,204); }
div.DivClassName
{
background-color: #FFEFCC;
}
.BgClassName
{
background-color: #FFEFCC;
}
</style>
border-color css
<style>
span { border-color: #FFEFCC; }
span { border-color: rgb(255,239,204); }
td.TdClassName
{
border-color: #FFEFCC;
}
.TagClassName
{
border-color: #FFEFCC;
}
</style>