Shades of Witch Haze #FFED7F
Tints of Witch Haze #FFED7F
RGB
CMYK
RGB Variations
Color information
#FFED7F (or 0xFFED7F) is known color: Witch Haze. HEX triplet: FF, ED and 7F. RGB value is (255,237,127). Sum of RGB (Red+Green+Blue) = 255+237+127=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 127 (50% from 255 or 20.52% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7F is #001280. Grayscale: #E6E6E6. Windows color (decimal): -4737 or 8383999. OLE color: 8383999.
HSL color Cylindrical-coordinate representation of color #FFED7F: hue angle of 51.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFED7F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 127 | - |
| CMYK | 0 | 0.07 | 0.50 | 0 |
| HSL | 51.56º | 1% | 0.75% | - |
| HSV(B) | 51.56º | 0.5% | 1% | - |
| XYZ | 75.35 | 83.36 | 32.2 | - |
| YUV | 229.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 127 | 0 | 0.07 | 0.50 | 0 | 51.56 | 1 | 0.75 |
| Hex | FF | ED | 7F | 0 | 7 | 32 | 0 | 34 | 64 | 4B |
| Octal | 377 | 355 | 177 | 0 | 7 | 62 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101101 | 1111111 | 0 | 111 | 110010 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFED7F
Complementary color
Monochromatic Colors of #FFED7F
Black with #FFED7F
Text Example
Text Example
White with #FFED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED7F; }
p { color: rgb(255,237,127); }
H1.HeaderClassName
{
color: #FFED7F;
}
.AnyTagClassName
{
color: #FFED7F;
}
</style>
background-color css
<style>
a { background-color: #FFED7F; }
a { background-color: rgb(255,237,127); }
div.DivClassName
{
background-color: #FFED7F;
}
.BgClassName
{
background-color: #FFED7F;
}
</style>
border-color css
<style>
span { border-color: #FFED7F; }
span { border-color: rgb(255,237,127); }
td.TdClassName
{
border-color: #FFED7F;
}
.TagClassName
{
border-color: #FFED7F;
}
</style>