Shades of Witch Haze #FFEB7D
Tints of Witch Haze #FFEB7D
RGB
CMYK
RGB Variations
Color information
#FFEB7D (or 0xFFEB7D) is known color: Witch Haze. HEX triplet: FF, EB and 7D. RGB value is (255,235,125). Sum of RGB (Red+Green+Blue) = 255+235+125=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB7D is #001482. Grayscale: #E4E4E4. Windows color (decimal): -5251 or 8252415. OLE color: 8252415.
HSL color Cylindrical-coordinate representation of color #FFEB7D: hue angle of 50.77º 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 #FFEB7D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 125 | - |
| CMYK | 0 | 0.08 | 0.51 | 0 |
| HSL | 50.77º | 1% | 0.75% | - |
| HSV(B) | 50.77º | 0.51% | 1% | - |
| XYZ | 74.65 | 82.16 | 31.33 | - |
| YUV | 228.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 125 | 0 | 0.08 | 0.51 | 0 | 50.77 | 1 | 0.75 |
| Hex | FF | EB | 7D | 0 | 8 | 33 | 0 | 33 | 64 | 4B |
| Octal | 377 | 353 | 175 | 0 | 10 | 63 | 0 | 63 | 144 | 113 |
| Binary | 11111111 | 11101011 | 1111101 | 0 | 1000 | 110011 | 0 | 110011 | 1100100 | 1001011 |
Color Harmonies of #FFEB7D
Complementary color
Monochromatic Colors of #FFEB7D
Black with #FFEB7D
Text Example
Text Example
White with #FFEB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB7D; }
p { color: rgb(255,235,125); }
H1.HeaderClassName
{
color: #FFEB7D;
}
.AnyTagClassName
{
color: #FFEB7D;
}
</style>
background-color css
<style>
a { background-color: #FFEB7D; }
a { background-color: rgb(255,235,125); }
div.DivClassName
{
background-color: #FFEB7D;
}
.BgClassName
{
background-color: #FFEB7D;
}
</style>
border-color css
<style>
span { border-color: #FFEB7D; }
span { border-color: rgb(255,235,125); }
td.TdClassName
{
border-color: #FFEB7D;
}
.TagClassName
{
border-color: #FFEB7D;
}
</style>