Shades of Varden #FFEED0
Tints of Varden #FFEED0
RGB
CMYK
RGB Variations
Color information
#FFEED0 (or 0xFFEED0) is known color: Varden. HEX triplet: FF, EE and D0. RGB value is (255,238,208). Sum of RGB (Red+Green+Blue) = 255+238+208=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED0 is #00112F. Grayscale: #EFEFEF. Windows color (decimal): -4400 or 13692671. OLE color: 13692671.
HSL color Cylindrical-coordinate representation of color #FFEED0: hue angle of 38.3º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEED0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 208 | - |
| CMYK | 0 | 0.07 | 0.18 | 0 |
| HSL | 38.3º | 1% | 0.91% | - |
| HSV(B) | 38.3º | 0.18% | 1% | - |
| XYZ | 83.2 | 86.96 | 72.07 | - |
| YUV | 239.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 208 | 0 | 0.07 | 0.18 | 0 | 38.3 | 1 | 0.91 |
| Hex | FF | EE | D0 | 0 | 7 | 12 | 0 | 26 | 64 | 5B |
| Octal | 377 | 356 | 320 | 0 | 7 | 22 | 0 | 46 | 144 | 133 |
| Binary | 11111111 | 11101110 | 11010000 | 0 | 111 | 10010 | 0 | 100110 | 1100100 | 1011011 |
Color Harmonies of #FFEED0
Complementary color
Monochromatic Colors of #FFEED0
Black with #FFEED0
Text Example
Text Example
White with #FFEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEED0; }
p { color: rgb(255,238,208); }
H1.HeaderClassName
{
color: #FFEED0;
}
.AnyTagClassName
{
color: #FFEED0;
}
</style>
background-color css
<style>
a { background-color: #FFEED0; }
a { background-color: rgb(255,238,208); }
div.DivClassName
{
background-color: #FFEED0;
}
.BgClassName
{
background-color: #FFEED0;
}
</style>
border-color css
<style>
span { border-color: #FFEED0; }
span { border-color: rgb(255,238,208); }
td.TdClassName
{
border-color: #FFEED0;
}
.TagClassName
{
border-color: #FFEED0;
}
</style>