Shades of Witch Haze #FFEF6B
Tints of Witch Haze #FFEF6B
RGB
CMYK
RGB Variations
Color information
#FFEF6B (or 0xFFEF6B) is known color: Witch Haze. HEX triplet: FF, EF and 6B. RGB value is (255,239,107). Sum of RGB (Red+Green+Blue) = 255+239+107=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 107 (42.19% from 255 or 17.80% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF6B is #001094. Grayscale: #E5E5E5. Windows color (decimal): -4245 or 7073791. OLE color: 7073791.
HSL color Cylindrical-coordinate representation of color #FFEF6B: hue angle of 53.51º 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 #FFEF6B is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 107 | - |
| CMYK | 0 | 0.06 | 0.58 | 0 |
| HSL | 53.51º | 1% | 0.71% | - |
| HSV(B) | 53.51º | 0.58% | 1% | - |
| XYZ | 74.76 | 84.05 | 26.19 | - |
| YUV | 228.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 107 | 0 | 0.06 | 0.58 | 0 | 53.51 | 1 | 0.71 |
| Hex | FF | EF | 6B | 0 | 6 | 3A | 0 | 36 | 64 | 47 |
| Octal | 377 | 357 | 153 | 0 | 6 | 72 | 0 | 66 | 144 | 107 |
| Binary | 11111111 | 11101111 | 1101011 | 0 | 110 | 111010 | 0 | 110110 | 1100100 | 1000111 |
Color Harmonies of #FFEF6B
Complementary color
Monochromatic Colors of #FFEF6B
Black with #FFEF6B
Text Example
Text Example
White with #FFEF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF6B; }
p { color: rgb(255,239,107); }
H1.HeaderClassName
{
color: #FFEF6B;
}
.AnyTagClassName
{
color: #FFEF6B;
}
</style>
background-color css
<style>
a { background-color: #FFEF6B; }
a { background-color: rgb(255,239,107); }
div.DivClassName
{
background-color: #FFEF6B;
}
.BgClassName
{
background-color: #FFEF6B;
}
</style>
border-color css
<style>
span { border-color: #FFEF6B; }
span { border-color: rgb(255,239,107); }
td.TdClassName
{
border-color: #FFEF6B;
}
.TagClassName
{
border-color: #FFEF6B;
}
</style>