Shades of Witch Haze #FFED7D
Tints of Witch Haze #FFED7D
RGB
CMYK
RGB Variations
Color information
#FFED7D (or 0xFFED7D) is known color: Witch Haze. HEX triplet: FF, ED and 7D. RGB value is (255,237,125). Sum of RGB (Red+Green+Blue) = 255+237+125=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7D is #001282. Grayscale: #E6E6E6. Windows color (decimal): -4739 or 8252927. OLE color: 8252927.
HSL color Cylindrical-coordinate representation of color #FFED7D: hue angle of 51.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFED7D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 125 | - |
| CMYK | 0 | 0.07 | 0.51 | 0 |
| HSL | 51.69º | 1% | 0.75% | - |
| HSV(B) | 51.69º | 0.51% | 1% | - |
| XYZ | 75.23 | 83.31 | 31.52 | - |
| YUV | 229.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 125 | 0 | 0.07 | 0.51 | 0 | 51.69 | 1 | 0.75 |
| Hex | FF | ED | 7D | 0 | 7 | 33 | 0 | 34 | 64 | 4B |
| Octal | 377 | 355 | 175 | 0 | 7 | 63 | 0 | 64 | 144 | 113 |
| Binary | 11111111 | 11101101 | 1111101 | 0 | 111 | 110011 | 0 | 110100 | 1100100 | 1001011 |
Color Harmonies of #FFED7D
Complementary color
Monochromatic Colors of #FFED7D
Black with #FFED7D
Text Example
Text Example
White with #FFED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED7D; }
p { color: rgb(255,237,125); }
H1.HeaderClassName
{
color: #FFED7D;
}
.AnyTagClassName
{
color: #FFED7D;
}
</style>
background-color css
<style>
a { background-color: #FFED7D; }
a { background-color: rgb(255,237,125); }
div.DivClassName
{
background-color: #FFED7D;
}
.BgClassName
{
background-color: #FFED7D;
}
</style>
border-color css
<style>
span { border-color: #FFED7D; }
span { border-color: rgb(255,237,125); }
td.TdClassName
{
border-color: #FFED7D;
}
.TagClassName
{
border-color: #FFED7D;
}
</style>