Shades of Witch Haze #FFEF6C
Tints of Witch Haze #FFEF6C
RGB
CMYK
RGB Variations
Color information
#FFEF6C (or 0xFFEF6C) is known color: Witch Haze. HEX triplet: FF, EF and 6C. RGB value is (255,239,108). Sum of RGB (Red+Green+Blue) = 255+239+108=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 108 (42.58% from 255 or 17.94% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF6C is #001093. Grayscale: #E5E5E5. Windows color (decimal): -4244 or 7139327. OLE color: 7139327.
HSL color Cylindrical-coordinate representation of color #FFEF6C: hue angle of 53.47º 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 #FFEF6C is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 108 | - |
| CMYK | 0 | 0.06 | 0.58 | 0 |
| HSL | 53.47º | 1% | 0.71% | - |
| HSV(B) | 53.47º | 0.58% | 1% | - |
| XYZ | 74.81 | 84.08 | 26.47 | - |
| YUV | 228.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 108 | 0 | 0.06 | 0.58 | 0 | 53.47 | 1 | 0.71 |
| Hex | FF | EF | 6C | 0 | 6 | 3A | 0 | 35 | 64 | 47 |
| Octal | 377 | 357 | 154 | 0 | 6 | 72 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101111 | 1101100 | 0 | 110 | 111010 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFEF6C
Complementary color
Monochromatic Colors of #FFEF6C
Black with #FFEF6C
Text Example
Text Example
White with #FFEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF6C; }
p { color: rgb(255,239,108); }
H1.HeaderClassName
{
color: #FFEF6C;
}
.AnyTagClassName
{
color: #FFEF6C;
}
</style>
background-color css
<style>
a { background-color: #FFEF6C; }
a { background-color: rgb(255,239,108); }
div.DivClassName
{
background-color: #FFEF6C;
}
.BgClassName
{
background-color: #FFEF6C;
}
</style>
border-color css
<style>
span { border-color: #FFEF6C; }
span { border-color: rgb(255,239,108); }
td.TdClassName
{
border-color: #FFEF6C;
}
.TagClassName
{
border-color: #FFEF6C;
}
</style>