Shades of Witch Haze #FFED6A
Tints of Witch Haze #FFED6A
RGB
CMYK
RGB Variations
Color information
#FFED6A (or 0xFFED6A) is known color: Witch Haze. HEX triplet: FF, ED and 6A. RGB value is (255,237,106). Sum of RGB (Red+Green+Blue) = 255+237+106=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 106 (41.80% from 255 or 17.73% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED6A is #001295. Grayscale: #E3E3E3. Windows color (decimal): -4758 or 7007743. OLE color: 7007743.
HSL color Cylindrical-coordinate representation of color #FFED6A: hue angle of 52.75º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFED6A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 106 | - |
| CMYK | 0 | 0.07 | 0.58 | 0 |
| HSL | 52.75º | 1% | 0.71% | - |
| HSV(B) | 52.75º | 0.58% | 1% | - |
| XYZ | 74.13 | 82.87 | 25.72 | - |
| YUV | 227.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 106 | 0 | 0.07 | 0.58 | 0 | 52.75 | 1 | 0.71 |
| Hex | FF | ED | 6A | 0 | 7 | 3A | 0 | 35 | 64 | 47 |
| Octal | 377 | 355 | 152 | 0 | 7 | 72 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101101 | 1101010 | 0 | 111 | 111010 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFED6A
Complementary color
Monochromatic Colors of #FFED6A
Black with #FFED6A
Text Example
Text Example
White with #FFED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED6A; }
p { color: rgb(255,237,106); }
H1.HeaderClassName
{
color: #FFED6A;
}
.AnyTagClassName
{
color: #FFED6A;
}
</style>
background-color css
<style>
a { background-color: #FFED6A; }
a { background-color: rgb(255,237,106); }
div.DivClassName
{
background-color: #FFED6A;
}
.BgClassName
{
background-color: #FFED6A;
}
</style>
border-color css
<style>
span { border-color: #FFED6A; }
span { border-color: rgb(255,237,106); }
td.TdClassName
{
border-color: #FFED6A;
}
.TagClassName
{
border-color: #FFED6A;
}
</style>