Shades of Witch Haze #FFED74
Tints of Witch Haze #FFED74
RGB
CMYK
RGB Variations
Color information
#FFED74 (or 0xFFED74) is known color: Witch Haze. HEX triplet: FF, ED and 74. RGB value is (255,237,116). Sum of RGB (Red+Green+Blue) = 255+237+116=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 116 (45.70% from 255 or 19.08% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED74 is #00128B. Grayscale: #E5E5E5. Windows color (decimal): -4748 or 7663103. OLE color: 7663103.
HSL color Cylindrical-coordinate representation of color #FFED74: hue angle of 52.23º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFED74 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 116 | - |
| CMYK | 0 | 0.07 | 0.55 | 0 |
| HSL | 52.23º | 1% | 0.73% | - |
| HSV(B) | 52.23º | 0.55% | 1% | - |
| XYZ | 74.68 | 83.09 | 28.62 | - |
| YUV | 228.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 116 | 0 | 0.07 | 0.55 | 0 | 52.23 | 1 | 0.73 |
| Hex | FF | ED | 74 | 0 | 7 | 37 | 0 | 34 | 64 | 49 |
| Octal | 377 | 355 | 164 | 0 | 7 | 67 | 0 | 64 | 144 | 111 |
| Binary | 11111111 | 11101101 | 1110100 | 0 | 111 | 110111 | 0 | 110100 | 1100100 | 1001001 |
Color Harmonies of #FFED74
Complementary color
Monochromatic Colors of #FFED74
Black with #FFED74
Text Example
Text Example
White with #FFED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED74; }
p { color: rgb(255,237,116); }
H1.HeaderClassName
{
color: #FFED74;
}
.AnyTagClassName
{
color: #FFED74;
}
</style>
background-color css
<style>
a { background-color: #FFED74; }
a { background-color: rgb(255,237,116); }
div.DivClassName
{
background-color: #FFED74;
}
.BgClassName
{
background-color: #FFED74;
}
</style>
border-color css
<style>
span { border-color: #FFED74; }
span { border-color: rgb(255,237,116); }
td.TdClassName
{
border-color: #FFED74;
}
.TagClassName
{
border-color: #FFED74;
}
</style>