Shades of Chardon #FFEDE1
Tints of Chardon #FFEDE1
RGB
CMYK
RGB Variations
Color information
#FFEDE1 (or 0xFFEDE1) is known color: Chardon. HEX triplet: FF, ED and E1. RGB value is (255,237,225). Sum of RGB (Red+Green+Blue) = 255+237+225=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE1 is #00121E. Grayscale: #F1F1F1. Windows color (decimal): -4639 or 14806527. OLE color: 14806527.
HSL color Cylindrical-coordinate representation of color #FFEDE1: hue angle of 24º 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 #FFEDE1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 225 | - |
| CMYK | 0 | 0.07 | 0.12 | 0 |
| HSL | 24º | 1% | 0.94% | - |
| HSV(B) | 24º | 0.12% | 1% | - |
| XYZ | 85.11 | 87.26 | 83.59 | - |
| YUV | 241.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 225 | 0 | 0.07 | 0.12 | 0 | 24 | 1 | 0.94 |
| Hex | FF | ED | E1 | 0 | 7 | C | 0 | 18 | 64 | 5E |
| Octal | 377 | 355 | 341 | 0 | 7 | 14 | 0 | 30 | 144 | 136 |
| Binary | 11111111 | 11101101 | 11100001 | 0 | 111 | 1100 | 0 | 11000 | 1100100 | 1011110 |
Color Harmonies of #FFEDE1
Complementary color
Monochromatic Colors of #FFEDE1
Black with #FFEDE1
Text Example
Text Example
White with #FFEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE1; }
p { color: rgb(255,237,225); }
H1.HeaderClassName
{
color: #FFEDE1;
}
.AnyTagClassName
{
color: #FFEDE1;
}
</style>
background-color css
<style>
a { background-color: #FFEDE1; }
a { background-color: rgb(255,237,225); }
div.DivClassName
{
background-color: #FFEDE1;
}
.BgClassName
{
background-color: #FFEDE1;
}
</style>
border-color css
<style>
span { border-color: #FFEDE1; }
span { border-color: rgb(255,237,225); }
td.TdClassName
{
border-color: #FFEDE1;
}
.TagClassName
{
border-color: #FFEDE1;
}
</style>