Shades of Witch Haze #FFED7A
Tints of Witch Haze #FFED7A
RGB
CMYK
RGB Variations
Color information
#FFED7A (or 0xFFED7A) is known color: Witch Haze. HEX triplet: FF, ED and 7A. RGB value is (255,237,122). Sum of RGB (Red+Green+Blue) = 255+237+122=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7A is #001285. Grayscale: #E5E5E5. Windows color (decimal): -4742 or 8056319. OLE color: 8056319.
HSL color Cylindrical-coordinate representation of color #FFED7A: hue angle of 51.88º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFED7A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 122 | - |
| CMYK | 0 | 0.07 | 0.52 | 0 |
| HSL | 51.88º | 1% | 0.74% | - |
| HSV(B) | 51.88º | 0.52% | 1% | - |
| XYZ | 75.04 | 83.23 | 30.52 | - |
| YUV | 229.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 122 | 0 | 0.07 | 0.52 | 0 | 51.88 | 1 | 0.74 |
| Hex | FF | ED | 7A | 0 | 7 | 34 | 0 | 34 | 64 | 4A |
| Octal | 377 | 355 | 172 | 0 | 7 | 64 | 0 | 64 | 144 | 112 |
| Binary | 11111111 | 11101101 | 1111010 | 0 | 111 | 110100 | 0 | 110100 | 1100100 | 1001010 |
Color Harmonies of #FFED7A
Complementary color
Monochromatic Colors of #FFED7A
Black with #FFED7A
Text Example
Text Example
White with #FFED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED7A; }
p { color: rgb(255,237,122); }
H1.HeaderClassName
{
color: #FFED7A;
}
.AnyTagClassName
{
color: #FFED7A;
}
</style>
background-color css
<style>
a { background-color: #FFED7A; }
a { background-color: rgb(255,237,122); }
div.DivClassName
{
background-color: #FFED7A;
}
.BgClassName
{
background-color: #FFED7A;
}
</style>
border-color css
<style>
span { border-color: #FFED7A; }
span { border-color: rgb(255,237,122); }
td.TdClassName
{
border-color: #FFED7A;
}
.TagClassName
{
border-color: #FFED7A;
}
</style>