Shades of Witch Haze #FFEF68
Tints of Witch Haze #FFEF68
RGB
CMYK
RGB Variations
Color information
#FFEF68 (or 0xFFEF68) is known color: Witch Haze. HEX triplet: FF, EF and 68. RGB value is (255,239,104). Sum of RGB (Red+Green+Blue) = 255+239+104=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 104 (41.02% from 255 or 17.39% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF68 is #001097. Grayscale: #E4E4E4. Windows color (decimal): -4248 or 6877183. OLE color: 6877183.
HSL color Cylindrical-coordinate representation of color #FFEF68: hue angle of 53.64º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFEF68 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 104 | - |
| CMYK | 0 | 0.06 | 0.59 | 0 |
| HSL | 53.64º | 1% | 0.7% | - |
| HSV(B) | 53.64º | 0.59% | 1% | - |
| XYZ | 74.61 | 83.99 | 25.38 | - |
| YUV | 228.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 104 | 0 | 0.06 | 0.59 | 0 | 53.64 | 1 | 0.7 |
| Hex | FF | EF | 68 | 0 | 6 | 3B | 0 | 36 | 64 | 46 |
| Octal | 377 | 357 | 150 | 0 | 6 | 73 | 0 | 66 | 144 | 106 |
| Binary | 11111111 | 11101111 | 1101000 | 0 | 110 | 111011 | 0 | 110110 | 1100100 | 1000110 |
Color Harmonies of #FFEF68
Complementary color
Monochromatic Colors of #FFEF68
Black with #FFEF68
Text Example
Text Example
White with #FFEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF68; }
p { color: rgb(255,239,104); }
H1.HeaderClassName
{
color: #FFEF68;
}
.AnyTagClassName
{
color: #FFEF68;
}
</style>
background-color css
<style>
a { background-color: #FFEF68; }
a { background-color: rgb(255,239,104); }
div.DivClassName
{
background-color: #FFEF68;
}
.BgClassName
{
background-color: #FFEF68;
}
</style>
border-color css
<style>
span { border-color: #FFEF68; }
span { border-color: rgb(255,239,104); }
td.TdClassName
{
border-color: #FFEF68;
}
.TagClassName
{
border-color: #FFEF68;
}
</style>