Shades of Witch Haze #FFED80
Tints of Witch Haze #FFED80
RGB
CMYK
RGB Variations
Color information
#FFED80 (or 0xFFED80) is known color: Witch Haze. HEX triplet: FF, ED and 80. RGB value is (255,237,128). Sum of RGB (Red+Green+Blue) = 255+237+128=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED80 is #00127F. Grayscale: #E6E6E6. Windows color (decimal): -4736 or 8449535. OLE color: 8449535.
HSL color Cylindrical-coordinate representation of color #FFED80: hue angle of 51.5º 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 #FFED80 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 128 | - |
| CMYK | 0 | 0.07 | 0.50 | 0 |
| HSL | 51.5º | 1% | 0.75% | - |
| HSV(B) | 51.5º | 0.5% | 1% | - |
| XYZ | 75.42 | 83.39 | 32.54 | - |
| YUV | 229.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 128 | 0 | 0.07 | 0.50 | 0 | 51.5 | 1 | 0.75 |
| Hex | FF | ED | 80 | 0 | 7 | 32 | 0 | 33 | 64 | 4B |
| Octal | 377 | 355 | 200 | 0 | 7 | 62 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101101 | 10000000 | 0 | 111 | 110010 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFED80
Complementary color
Monochromatic Colors of #FFED80
Black with #FFED80
Text Example
Text Example
White with #FFED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED80; }
p { color: rgb(255,237,128); }
H1.HeaderClassName
{
color: #FFED80;
}
.AnyTagClassName
{
color: #FFED80;
}
</style>
background-color css
<style>
a { background-color: #FFED80; }
a { background-color: rgb(255,237,128); }
div.DivClassName
{
background-color: #FFED80;
}
.BgClassName
{
background-color: #FFED80;
}
</style>
border-color css
<style>
span { border-color: #FFED80; }
span { border-color: rgb(255,237,128); }
td.TdClassName
{
border-color: #FFED80;
}
.TagClassName
{
border-color: #FFED80;
}
</style>