Shades of Witch Haze #FFED81
Tints of Witch Haze #FFED81
RGB
CMYK
RGB Variations
Color information
#FFED81 (or 0xFFED81) is known color: Witch Haze. HEX triplet: FF, ED and 81. RGB value is (255,237,129). Sum of RGB (Red+Green+Blue) = 255+237+129=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 129 (50.78% from 255 or 20.77% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED81 is #00127E. Grayscale: #E6E6E6. Windows color (decimal): -4735 or 8515071. OLE color: 8515071.
HSL color Cylindrical-coordinate representation of color #FFED81: hue angle of 51.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFED81 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 129 | - |
| CMYK | 0 | 0.07 | 0.49 | 0 |
| HSL | 51.43º | 1% | 0.75% | - |
| HSV(B) | 51.43º | 0.49% | 1% | - |
| XYZ | 75.49 | 83.41 | 32.89 | - |
| YUV | 230.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 129 | 0 | 0.07 | 0.49 | 0 | 51.43 | 1 | 0.75 |
| Hex | FF | ED | 81 | 0 | 7 | 31 | 0 | 33 | 64 | 4B |
| Octal | 377 | 355 | 201 | 0 | 7 | 61 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101101 | 10000001 | 0 | 111 | 110001 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFED81
Complementary color
Monochromatic Colors of #FFED81
Black with #FFED81
Text Example
Text Example
White with #FFED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED81; }
p { color: rgb(255,237,129); }
H1.HeaderClassName
{
color: #FFED81;
}
.AnyTagClassName
{
color: #FFED81;
}
</style>
background-color css
<style>
a { background-color: #FFED81; }
a { background-color: rgb(255,237,129); }
div.DivClassName
{
background-color: #FFED81;
}
.BgClassName
{
background-color: #FFED81;
}
</style>
border-color css
<style>
span { border-color: #FFED81; }
span { border-color: rgb(255,237,129); }
td.TdClassName
{
border-color: #FFED81;
}
.TagClassName
{
border-color: #FFED81;
}
</style>