Shades of Chardon #FFEDE0
Tints of Chardon #FFEDE0
RGB
CMYK
RGB Variations
Color information
#FFEDE0 (or 0xFFEDE0) is known color: Chardon. HEX triplet: FF, ED and E0. RGB value is (255,237,224). Sum of RGB (Red+Green+Blue) = 255+237+224=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE0 is #00121F. Grayscale: #F0F0F0. Windows color (decimal): -4640 or 14740991. OLE color: 14740991.
HSL color Cylindrical-coordinate representation of color #FFEDE0: hue angle of 25.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFEDE0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 224 | - |
| CMYK | 0 | 0.07 | 0.12 | 0 |
| HSL | 25.16º | 1% | 0.94% | - |
| HSV(B) | 25.16º | 0.12% | 1% | - |
| XYZ | 84.98 | 87.21 | 82.88 | - |
| YUV | 240.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 224 | 0 | 0.07 | 0.12 | 0 | 25.16 | 1 | 0.94 |
| Hex | FF | ED | E0 | 0 | 7 | C | 0 | 19 | 64 | 5E |
| Octal | 377 | 355 | 340 | 0 | 7 | 14 | 0 | 31 | 144 | 136 |
| Binary | 11111111 | 11101101 | 11100000 | 0 | 111 | 1100 | 0 | 11001 | 1100100 | 1011110 |
Color Harmonies of #FFEDE0
Complementary color
Monochromatic Colors of #FFEDE0
Black with #FFEDE0
Text Example
Text Example
White with #FFEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE0; }
p { color: rgb(255,237,224); }
H1.HeaderClassName
{
color: #FFEDE0;
}
.AnyTagClassName
{
color: #FFEDE0;
}
</style>
background-color css
<style>
a { background-color: #FFEDE0; }
a { background-color: rgb(255,237,224); }
div.DivClassName
{
background-color: #FFEDE0;
}
.BgClassName
{
background-color: #FFEDE0;
}
</style>
border-color css
<style>
span { border-color: #FFEDE0; }
span { border-color: rgb(255,237,224); }
td.TdClassName
{
border-color: #FFEDE0;
}
.TagClassName
{
border-color: #FFEDE0;
}
</style>