Shades of Witch Haze #FFED69
Tints of Witch Haze #FFED69
RGB
CMYK
RGB Variations
Color information
#FFED69 (or 0xFFED69) is known color: Witch Haze. HEX triplet: FF, ED and 69. RGB value is (255,237,105). Sum of RGB (Red+Green+Blue) = 255+237+105=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 105 (41.41% from 255 or 17.59% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED69 is #001296. Grayscale: #E3E3E3. Windows color (decimal): -4759 or 6942207. OLE color: 6942207.
HSL color Cylindrical-coordinate representation of color #FFED69: hue angle of 52.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFED69 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 105 | - |
| CMYK | 0 | 0.07 | 0.59 | 0 |
| HSL | 52.8º | 1% | 0.71% | - |
| HSV(B) | 52.8º | 0.59% | 1% | - |
| XYZ | 74.07 | 82.85 | 25.45 | - |
| YUV | 227.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 105 | 0 | 0.07 | 0.59 | 0 | 52.8 | 1 | 0.71 |
| Hex | FF | ED | 69 | 0 | 7 | 3B | 0 | 35 | 64 | 47 |
| Octal | 377 | 355 | 151 | 0 | 7 | 73 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101101 | 1101001 | 0 | 111 | 111011 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFED69
Complementary color
Monochromatic Colors of #FFED69
Black with #FFED69
Text Example
Text Example
White with #FFED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED69; }
p { color: rgb(255,237,105); }
H1.HeaderClassName
{
color: #FFED69;
}
.AnyTagClassName
{
color: #FFED69;
}
</style>
background-color css
<style>
a { background-color: #FFED69; }
a { background-color: rgb(255,237,105); }
div.DivClassName
{
background-color: #FFED69;
}
.BgClassName
{
background-color: #FFED69;
}
</style>
border-color css
<style>
span { border-color: #FFED69; }
span { border-color: rgb(255,237,105); }
td.TdClassName
{
border-color: #FFED69;
}
.TagClassName
{
border-color: #FFED69;
}
</style>