Shades of Witch Haze #FFED71
Tints of Witch Haze #FFED71
RGB
CMYK
RGB Variations
Color information
#FFED71 (or 0xFFED71) is known color: Witch Haze. HEX triplet: FF, ED and 71. RGB value is (255,237,113). Sum of RGB (Red+Green+Blue) = 255+237+113=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 113 (44.53% from 255 or 18.68% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED71 is #00128E. Grayscale: #E4E4E4. Windows color (decimal): -4751 or 7466495. OLE color: 7466495.
HSL color Cylindrical-coordinate representation of color #FFED71: hue angle of 52.39º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFED71 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 113 | - |
| CMYK | 0 | 0.07 | 0.56 | 0 |
| HSL | 52.39º | 1% | 0.72% | - |
| HSV(B) | 52.39º | 0.56% | 1% | - |
| XYZ | 74.5 | 83.02 | 27.72 | - |
| YUV | 228.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 113 | 0 | 0.07 | 0.56 | 0 | 52.39 | 1 | 0.72 |
| Hex | FF | ED | 71 | 0 | 7 | 38 | 0 | 34 | 64 | 48 |
| Octal | 377 | 355 | 161 | 0 | 7 | 70 | 0 | 64 | 144 | 110 |
| Binary | 11111111 | 11101101 | 1110001 | 0 | 111 | 111000 | 0 | 110100 | 1100100 | 1001000 |
Color Harmonies of #FFED71
Complementary color
Monochromatic Colors of #FFED71
Black with #FFED71
Text Example
Text Example
White with #FFED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED71; }
p { color: rgb(255,237,113); }
H1.HeaderClassName
{
color: #FFED71;
}
.AnyTagClassName
{
color: #FFED71;
}
</style>
background-color css
<style>
a { background-color: #FFED71; }
a { background-color: rgb(255,237,113); }
div.DivClassName
{
background-color: #FFED71;
}
.BgClassName
{
background-color: #FFED71;
}
</style>
border-color css
<style>
span { border-color: #FFED71; }
span { border-color: rgb(255,237,113); }
td.TdClassName
{
border-color: #FFED71;
}
.TagClassName
{
border-color: #FFED71;
}
</style>