Shades of Witch Haze #FFED6C
Tints of Witch Haze #FFED6C
RGB
CMYK
RGB Variations
Color information
#FFED6C (or 0xFFED6C) is known color: Witch Haze. HEX triplet: FF, ED and 6C. RGB value is (255,237,108). Sum of RGB (Red+Green+Blue) = 255+237+108=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 108 (42.58% from 255 or 18% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED6C is #001293. Grayscale: #E4E4E4. Windows color (decimal): -4756 or 7138815. OLE color: 7138815.
HSL color Cylindrical-coordinate representation of color #FFED6C: hue angle of 52.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFED6C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 108 | - |
| CMYK | 0 | 0.07 | 0.58 | 0 |
| HSL | 52.65º | 1% | 0.71% | - |
| HSV(B) | 52.65º | 0.58% | 1% | - |
| XYZ | 74.23 | 82.91 | 26.28 | - |
| YUV | 227.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 108 | 0 | 0.07 | 0.58 | 0 | 52.65 | 1 | 0.71 |
| Hex | FF | ED | 6C | 0 | 7 | 3A | 0 | 35 | 64 | 47 |
| Octal | 377 | 355 | 154 | 0 | 7 | 72 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101101 | 1101100 | 0 | 111 | 111010 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFED6C
Complementary color
Monochromatic Colors of #FFED6C
Black with #FFED6C
Text Example
Text Example
White with #FFED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED6C; }
p { color: rgb(255,237,108); }
H1.HeaderClassName
{
color: #FFED6C;
}
.AnyTagClassName
{
color: #FFED6C;
}
</style>
background-color css
<style>
a { background-color: #FFED6C; }
a { background-color: rgb(255,237,108); }
div.DivClassName
{
background-color: #FFED6C;
}
.BgClassName
{
background-color: #FFED6C;
}
</style>
border-color css
<style>
span { border-color: #FFED6C; }
span { border-color: rgb(255,237,108); }
td.TdClassName
{
border-color: #FFED6C;
}
.TagClassName
{
border-color: #FFED6C;
}
</style>