Shades of Witch Haze #FFED75
Tints of Witch Haze #FFED75
RGB
CMYK
RGB Variations
Color information
#FFED75 (or 0xFFED75) is known color: Witch Haze. HEX triplet: FF, ED and 75. RGB value is (255,237,117). Sum of RGB (Red+Green+Blue) = 255+237+117=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED75 is #00128A. Grayscale: #E5E5E5. Windows color (decimal): -4747 or 7728639. OLE color: 7728639.
HSL color Cylindrical-coordinate representation of color #FFED75: hue angle of 52.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFED75 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 117 | - |
| CMYK | 0 | 0.07 | 0.54 | 0 |
| HSL | 52.17º | 1% | 0.73% | - |
| HSV(B) | 52.17º | 0.54% | 1% | - |
| XYZ | 74.74 | 83.11 | 28.93 | - |
| YUV | 228.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 117 | 0 | 0.07 | 0.54 | 0 | 52.17 | 1 | 0.73 |
| Hex | FF | ED | 75 | 0 | 7 | 36 | 0 | 34 | 64 | 49 |
| Octal | 377 | 355 | 165 | 0 | 7 | 66 | 0 | 64 | 144 | 111 |
| Binary | 11111111 | 11101101 | 1110101 | 0 | 111 | 110110 | 0 | 110100 | 1100100 | 1001001 |
Color Harmonies of #FFED75
Complementary color
Monochromatic Colors of #FFED75
Black with #FFED75
Text Example
Text Example
White with #FFED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED75; }
p { color: rgb(255,237,117); }
H1.HeaderClassName
{
color: #FFED75;
}
.AnyTagClassName
{
color: #FFED75;
}
</style>
background-color css
<style>
a { background-color: #FFED75; }
a { background-color: rgb(255,237,117); }
div.DivClassName
{
background-color: #FFED75;
}
.BgClassName
{
background-color: #FFED75;
}
</style>
border-color css
<style>
span { border-color: #FFED75; }
span { border-color: rgb(255,237,117); }
td.TdClassName
{
border-color: #FFED75;
}
.TagClassName
{
border-color: #FFED75;
}
</style>