Shades of Witch Haze #FFED6E
Tints of Witch Haze #FFED6E
RGB
CMYK
RGB Variations
Color information
#FFED6E (or 0xFFED6E) is known color: Witch Haze. HEX triplet: FF, ED and 6E. RGB value is (255,237,110). Sum of RGB (Red+Green+Blue) = 255+237+110=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED6E is #001291. Grayscale: #E4E4E4. Windows color (decimal): -4754 or 7269887. OLE color: 7269887.
HSL color Cylindrical-coordinate representation of color #FFED6E: hue angle of 52.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFED6E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 110 | - |
| CMYK | 0 | 0.07 | 0.57 | 0 |
| HSL | 52.55º | 1% | 0.72% | - |
| HSV(B) | 52.55º | 0.57% | 1% | - |
| XYZ | 74.34 | 82.95 | 26.85 | - |
| YUV | 227.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 110 | 0 | 0.07 | 0.57 | 0 | 52.55 | 1 | 0.72 |
| Hex | FF | ED | 6E | 0 | 7 | 39 | 0 | 35 | 64 | 48 |
| Octal | 377 | 355 | 156 | 0 | 7 | 71 | 0 | 65 | 144 | 110 |
| Binary | 11111111 | 11101101 | 1101110 | 0 | 111 | 111001 | 0 | 110101 | 1100100 | 1001000 |
Color Harmonies of #FFED6E
Complementary color
Monochromatic Colors of #FFED6E
Black with #FFED6E
Text Example
Text Example
White with #FFED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED6E; }
p { color: rgb(255,237,110); }
H1.HeaderClassName
{
color: #FFED6E;
}
.AnyTagClassName
{
color: #FFED6E;
}
</style>
background-color css
<style>
a { background-color: #FFED6E; }
a { background-color: rgb(255,237,110); }
div.DivClassName
{
background-color: #FFED6E;
}
.BgClassName
{
background-color: #FFED6E;
}
</style>
border-color css
<style>
span { border-color: #FFED6E; }
span { border-color: rgb(255,237,110); }
td.TdClassName
{
border-color: #FFED6E;
}
.TagClassName
{
border-color: #FFED6E;
}
</style>