Shades of Witch Haze #FFEA75
Tints of Witch Haze #FFEA75
RGB
CMYK
RGB Variations
Color information
#FFEA75 (or 0xFFEA75) is known color: Witch Haze. HEX triplet: FF, EA and 75. RGB value is (255,234,117). Sum of RGB (Red+Green+Blue) = 255+234+117=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 117 (46.09% from 255 or 19.31% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA75 is #00158A. Grayscale: #E3E3E3. Windows color (decimal): -5515 or 7727871. OLE color: 7727871.
HSL color Cylindrical-coordinate representation of color #FFEA75: hue angle of 50.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFEA75 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 117 | - |
| CMYK | 0 | 0.08 | 0.54 | 0 |
| HSL | 50.87º | 1% | 0.73% | - |
| HSV(B) | 50.87º | 0.54% | 1% | - |
| XYZ | 73.87 | 81.39 | 28.65 | - |
| YUV | 226.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 117 | 0 | 0.08 | 0.54 | 0 | 50.87 | 1 | 0.73 |
| Hex | FF | EA | 75 | 0 | 8 | 36 | 0 | 33 | 64 | 49 |
| Octal | 377 | 352 | 165 | 0 | 10 | 66 | 0 | 63 | 144 | 111 |
| Binary | 11111111 | 11101010 | 1110101 | 0 | 1000 | 110110 | 0 | 110011 | 1100100 | 1001001 |
Color Harmonies of #FFEA75
Complementary color
Monochromatic Colors of #FFEA75
Black with #FFEA75
Text Example
Text Example
White with #FFEA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA75; }
p { color: rgb(255,234,117); }
H1.HeaderClassName
{
color: #FFEA75;
}
.AnyTagClassName
{
color: #FFEA75;
}
</style>
background-color css
<style>
a { background-color: #FFEA75; }
a { background-color: rgb(255,234,117); }
div.DivClassName
{
background-color: #FFEA75;
}
.BgClassName
{
background-color: #FFEA75;
}
</style>
border-color css
<style>
span { border-color: #FFEA75; }
span { border-color: rgb(255,234,117); }
td.TdClassName
{
border-color: #FFEA75;
}
.TagClassName
{
border-color: #FFEA75;
}
</style>