Shades of Witch Haze #FFED7E
Tints of Witch Haze #FFED7E
RGB
CMYK
RGB Variations
Color information
#FFED7E (or 0xFFED7E) is known color: Witch Haze. HEX triplet: FF, ED and 7E. RGB value is (255,237,126). Sum of RGB (Red+Green+Blue) = 255+237+126=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7E is #001281. Grayscale: #E6E6E6. Windows color (decimal): -4738 or 8318463. OLE color: 8318463.
HSL color Cylindrical-coordinate representation of color #FFED7E: hue angle of 51.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFED7E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 126 | - |
| CMYK | 0 | 0.07 | 0.51 | 0 |
| HSL | 51.63º | 1% | 0.75% | - |
| HSV(B) | 51.63º | 0.51% | 1% | - |
| XYZ | 75.29 | 83.33 | 31.86 | - |
| YUV | 229.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 126 | 0 | 0.07 | 0.51 | 0 | 51.63 | 1 | 0.75 |
| Hex | FF | ED | 7E | 0 | 7 | 33 | 0 | 34 | 64 | 4B |
| Octal | 377 | 355 | 176 | 0 | 7 | 63 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101101 | 1111110 | 0 | 111 | 110011 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFED7E
Complementary color
Monochromatic Colors of #FFED7E
Black with #FFED7E
Text Example
Text Example
White with #FFED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED7E; }
p { color: rgb(255,237,126); }
H1.HeaderClassName
{
color: #FFED7E;
}
.AnyTagClassName
{
color: #FFED7E;
}
</style>
background-color css
<style>
a { background-color: #FFED7E; }
a { background-color: rgb(255,237,126); }
div.DivClassName
{
background-color: #FFED7E;
}
.BgClassName
{
background-color: #FFED7E;
}
</style>
border-color css
<style>
span { border-color: #FFED7E; }
span { border-color: rgb(255,237,126); }
td.TdClassName
{
border-color: #FFED7E;
}
.TagClassName
{
border-color: #FFED7E;
}
</style>