Shades of Witch Haze #FFEF7D
Tints of Witch Haze #FFEF7D
RGB
CMYK
RGB Variations
Color information
#FFEF7D (or 0xFFEF7D) is known color: Witch Haze. HEX triplet: FF, EF and 7D. RGB value is (255,239,125). Sum of RGB (Red+Green+Blue) = 255+239+125=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 125 (49.22% from 255 or 20.19% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF7D is #001082. Grayscale: #E7E7E7. Windows color (decimal): -4227 or 8253439. OLE color: 8253439.
HSL color Cylindrical-coordinate representation of color #FFEF7D: hue angle of 52.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFEF7D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 239 | 125 | - |
CMYK | 0 | 0.06 | 0.51 | 0 |
HSL | 52.62º | 1% | 0.75% | - |
HSV(B) | 52.62º | 0.51% | 1% | - |
XYZ | 75.81 | 84.47 | 31.71 | - |
YUV | 230.79 | 68.3 | 145.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 239 | 125 | 0 | 0.06 | 0.51 | 0 | 52.62 | 1 | 0.75 |
Hex | FF | EF | 7D | 0 | 6 | 33 | 0 | 35 | 64 | 4B |
Octal | 377 | 357 | 175 | 0 | 6 | 63 | 0 | 65 | 144 | 113 |
Binary | 11111111 | 11101111 | 1111101 | 0 | 110 | 110011 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFEF7D
Complementary color
Monochromatic Colors of #FFEF7D
Black with #FFEF7D
Text Example
Text Example
White with #FFEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF7D; }
p { color: rgb(255,239,125); }
H1.HeaderClassName
{
color: #FFEF7D;
}
.AnyTagClassName
{
color: #FFEF7D;
}
</style>
background-color css
<style>
a { background-color: #FFEF7D; }
a { background-color: rgb(255,239,125); }
div.DivClassName
{
background-color: #FFEF7D;
}
.BgClassName
{
background-color: #FFEF7D;
}
</style>
border-color css
<style>
span { border-color: #FFEF7D; }
span { border-color: rgb(255,239,125); }
td.TdClassName
{
border-color: #FFEF7D;
}
.TagClassName
{
border-color: #FFEF7D;
}
</style>