Shades of Witch Haze #FFED70
Tints of Witch Haze #FFED70
RGB
CMYK
RGB Variations
Color information
#FFED70 (or 0xFFED70) is known color: Witch Haze. HEX triplet: FF, ED and 70. RGB value is (255,237,112). Sum of RGB (Red+Green+Blue) = 255+237+112=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED70 is #00128F. Grayscale: #E4E4E4. Windows color (decimal): -4752 or 7400959. OLE color: 7400959.
HSL color Cylindrical-coordinate representation of color #FFED70: hue angle of 52.45º 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 #FFED70 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 112 | - |
| CMYK | 0 | 0.07 | 0.56 | 0 |
| HSL | 52.45º | 1% | 0.72% | - |
| HSV(B) | 52.45º | 0.56% | 1% | - |
| XYZ | 74.45 | 83 | 27.43 | - |
| YUV | 228.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 112 | 0 | 0.07 | 0.56 | 0 | 52.45 | 1 | 0.72 |
| Hex | FF | ED | 70 | 0 | 7 | 38 | 0 | 34 | 64 | 48 |
| Octal | 377 | 355 | 160 | 0 | 7 | 70 | 0 | 64 | 144 | 110 |
| Binary | 11111111 | 11101101 | 1110000 | 0 | 111 | 111000 | 0 | 110100 | 1100100 | 1001000 |
Color Harmonies of #FFED70
Complementary color
Monochromatic Colors of #FFED70
Black with #FFED70
Text Example
Text Example
White with #FFED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED70; }
p { color: rgb(255,237,112); }
H1.HeaderClassName
{
color: #FFED70;
}
.AnyTagClassName
{
color: #FFED70;
}
</style>
background-color css
<style>
a { background-color: #FFED70; }
a { background-color: rgb(255,237,112); }
div.DivClassName
{
background-color: #FFED70;
}
.BgClassName
{
background-color: #FFED70;
}
</style>
border-color css
<style>
span { border-color: #FFED70; }
span { border-color: rgb(255,237,112); }
td.TdClassName
{
border-color: #FFED70;
}
.TagClassName
{
border-color: #FFED70;
}
</style>