Shades of Witch Haze #FFEB69
Tints of Witch Haze #FFEB69
RGB
CMYK
RGB Variations
Color information
#FFEB69 (or 0xFFEB69) is known color: Witch Haze. HEX triplet: FF, EB and 69. RGB value is (255,235,105). Sum of RGB (Red+Green+Blue) = 255+235+105=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 105 (41.41% from 255 or 17.65% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB69 is #001496. Grayscale: #E2E2E2. Windows color (decimal): -5271 or 6941695. OLE color: 6941695.
HSL color Cylindrical-coordinate representation of color #FFEB69: hue angle of 52º 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 #FFEB69 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 105 | - |
| CMYK | 0 | 0.08 | 0.59 | 0 |
| HSL | 52º | 1% | 0.71% | - |
| HSV(B) | 52º | 0.59% | 1% | - |
| XYZ | 73.5 | 81.7 | 25.26 | - |
| YUV | 226.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 105 | 0 | 0.08 | 0.59 | 0 | 52 | 1 | 0.71 |
| Hex | FF | EB | 69 | 0 | 8 | 3B | 0 | 34 | 64 | 47 |
| Octal | 377 | 353 | 151 | 0 | 10 | 73 | 0 | 64 | 144 | 107 |
| Binary | 11111111 | 11101011 | 1101001 | 0 | 1000 | 111011 | 0 | 110100 | 1100100 | 1000111 |
Color Harmonies of #FFEB69
Complementary color
Monochromatic Colors of #FFEB69
Black with #FFEB69
Text Example
Text Example
White with #FFEB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB69; }
p { color: rgb(255,235,105); }
H1.HeaderClassName
{
color: #FFEB69;
}
.AnyTagClassName
{
color: #FFEB69;
}
</style>
background-color css
<style>
a { background-color: #FFEB69; }
a { background-color: rgb(255,235,105); }
div.DivClassName
{
background-color: #FFEB69;
}
.BgClassName
{
background-color: #FFEB69;
}
</style>
border-color css
<style>
span { border-color: #FFEB69; }
span { border-color: rgb(255,235,105); }
td.TdClassName
{
border-color: #FFEB69;
}
.TagClassName
{
border-color: #FFEB69;
}
</style>