Shades of Witch Haze #FFEF6D
Tints of Witch Haze #FFEF6D
RGB
CMYK
RGB Variations
Color information
#FFEF6D (or 0xFFEF6D) is known color: Witch Haze. HEX triplet: FF, EF and 6D. RGB value is (255,239,109). Sum of RGB (Red+Green+Blue) = 255+239+109=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF6D is #001092. Grayscale: #E5E5E5. Windows color (decimal): -4243 or 7204863. OLE color: 7204863.
HSL color Cylindrical-coordinate representation of color #FFEF6D: hue angle of 53.42º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFEF6D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 109 | - |
| CMYK | 0 | 0.06 | 0.57 | 0 |
| HSL | 53.42º | 1% | 0.71% | - |
| HSV(B) | 53.42º | 0.57% | 1% | - |
| XYZ | 74.87 | 84.1 | 26.75 | - |
| YUV | 228.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 109 | 0 | 0.06 | 0.57 | 0 | 53.42 | 1 | 0.71 |
| Hex | FF | EF | 6D | 0 | 6 | 39 | 0 | 35 | 64 | 47 |
| Octal | 377 | 357 | 155 | 0 | 6 | 71 | 0 | 65 | 144 | 107 |
| Binary | 11111111 | 11101111 | 1101101 | 0 | 110 | 111001 | 0 | 110101 | 1100100 | 1000111 |
Color Harmonies of #FFEF6D
Complementary color
Monochromatic Colors of #FFEF6D
Black with #FFEF6D
Text Example
Text Example
White with #FFEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF6D; }
p { color: rgb(255,239,109); }
H1.HeaderClassName
{
color: #FFEF6D;
}
.AnyTagClassName
{
color: #FFEF6D;
}
</style>
background-color css
<style>
a { background-color: #FFEF6D; }
a { background-color: rgb(255,239,109); }
div.DivClassName
{
background-color: #FFEF6D;
}
.BgClassName
{
background-color: #FFEF6D;
}
</style>
border-color css
<style>
span { border-color: #FFEF6D; }
span { border-color: rgb(255,239,109); }
td.TdClassName
{
border-color: #FFEF6D;
}
.TagClassName
{
border-color: #FFEF6D;
}
</style>