Shades of Witch Haze #FEED83
Tints of Witch Haze #FEED83
RGB
CMYK
RGB Variations
Color information
#FEED83 (or 0xFEED83) is known color: Witch Haze. HEX triplet: FE, ED and 83. RGB value is (254,237,131). Sum of RGB (Red+Green+Blue) = 254+237+131=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 131 (51.56% from 255 or 21.06% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED83 is #01127C. Grayscale: #E6E6E6. Windows color (decimal): -70269 or 8646142. OLE color: 8646142.
HSL color Cylindrical-coordinate representation of color #FEED83: hue angle of 51.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEED83 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 131 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.00 |
| HSL | 51.71º | 0.98% | 0.75% | - |
| HSV(B) | 51.71º | 0.48% | 1% | - |
| XYZ | 75.25 | 83.28 | 33.58 | - |
| YUV | 230 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 131 | 0 | 0.07 | 0.48 | 0.00 | 51.71 | 0.98 | 0.75 |
| Hex | FE | ED | 83 | 0 | 7 | 30 | 0 | 34 | 62 | 4B |
| Octal | 376 | 355 | 203 | 0 | 7 | 60 | 0 | 64 | 142 | 113 |
| Binary | 11111110 | 11101101 | 10000011 | 0 | 111 | 110000 | 0 | 110100 | 1100010 | 1001011 |
Color Harmonies of #FEED83
Complementary color
Monochromatic Colors of #FEED83
Black with #FEED83
Text Example
Text Example
White with #FEED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED83; }
p { color: rgb(254,237,131); }
H1.HeaderClassName
{
color: #FEED83;
}
.AnyTagClassName
{
color: #FEED83;
}
</style>
background-color css
<style>
a { background-color: #FEED83; }
a { background-color: rgb(254,237,131); }
div.DivClassName
{
background-color: #FEED83;
}
.BgClassName
{
background-color: #FEED83;
}
</style>
border-color css
<style>
span { border-color: #FEED83; }
span { border-color: rgb(254,237,131); }
td.TdClassName
{
border-color: #FEED83;
}
.TagClassName
{
border-color: #FEED83;
}
</style>