Shades of Witch Haze #FFEB6D
Tints of Witch Haze #FFEB6D
RGB
CMYK
RGB Variations
Color information
#FFEB6D (or 0xFFEB6D) is known color: Witch Haze. HEX triplet: FF, EB and 6D. RGB value is (255,235,109). Sum of RGB (Red+Green+Blue) = 255+235+109=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 109 (42.97% from 255 or 18.20% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB6D is #001492. Grayscale: #E3E3E3. Windows color (decimal): -5267 or 7203839. OLE color: 7203839.
HSL color Cylindrical-coordinate representation of color #FFEB6D: hue angle of 51.78º 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 #FFEB6D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 109 | - |
| CMYK | 0 | 0.08 | 0.57 | 0 |
| HSL | 51.78º | 1% | 0.71% | - |
| HSV(B) | 51.78º | 0.57% | 1% | - |
| XYZ | 73.71 | 81.78 | 26.37 | - |
| YUV | 226.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 109 | 0 | 0.08 | 0.57 | 0 | 51.78 | 1 | 0.71 |
| Hex | FF | EB | 6D | 0 | 8 | 39 | 0 | 34 | 64 | 47 |
| Octal | 377 | 353 | 155 | 0 | 10 | 71 | 0 | 64 | 144 | 107 |
| Binary | 11111111 | 11101011 | 1101101 | 0 | 1000 | 111001 | 0 | 110100 | 1100100 | 1000111 |
Color Harmonies of #FFEB6D
Complementary color
Monochromatic Colors of #FFEB6D
Black with #FFEB6D
Text Example
Text Example
White with #FFEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB6D; }
p { color: rgb(255,235,109); }
H1.HeaderClassName
{
color: #FFEB6D;
}
.AnyTagClassName
{
color: #FFEB6D;
}
</style>
background-color css
<style>
a { background-color: #FFEB6D; }
a { background-color: rgb(255,235,109); }
div.DivClassName
{
background-color: #FFEB6D;
}
.BgClassName
{
background-color: #FFEB6D;
}
</style>
border-color css
<style>
span { border-color: #FFEB6D; }
span { border-color: rgb(255,235,109); }
td.TdClassName
{
border-color: #FFEB6D;
}
.TagClassName
{
border-color: #FFEB6D;
}
</style>