Shades of Witch Haze #FFEA6D
Tints of Witch Haze #FFEA6D
RGB
CMYK
RGB Variations
Color information
#FFEA6D (or 0xFFEA6D) is known color: Witch Haze. HEX triplet: FF, EA and 6D. RGB value is (255,234,109). Sum of RGB (Red+Green+Blue) = 255+234+109=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA6D is #001592. Grayscale: #E2E2E2. Windows color (decimal): -5523 or 7203583. OLE color: 7203583.
HSL color Cylindrical-coordinate representation of color #FFEA6D: hue angle of 51.37º 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 #FFEA6D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 109 | - |
| CMYK | 0 | 0.08 | 0.57 | 0 |
| HSL | 51.37º | 1% | 0.71% | - |
| HSV(B) | 51.37º | 0.57% | 1% | - |
| XYZ | 73.42 | 81.21 | 26.27 | - |
| YUV | 226.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 109 | 0 | 0.08 | 0.57 | 0 | 51.37 | 1 | 0.71 |
| Hex | FF | EA | 6D | 0 | 8 | 39 | 0 | 33 | 64 | 47 |
| Octal | 377 | 352 | 155 | 0 | 10 | 71 | 0 | 63 | 144 | 107 |
| Binary | 11111111 | 11101010 | 1101101 | 0 | 1000 | 111001 | 0 | 110011 | 1100100 | 1000111 |
Color Harmonies of #FFEA6D
Complementary color
Monochromatic Colors of #FFEA6D
Black with #FFEA6D
Text Example
Text Example
White with #FFEA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA6D; }
p { color: rgb(255,234,109); }
H1.HeaderClassName
{
color: #FFEA6D;
}
.AnyTagClassName
{
color: #FFEA6D;
}
</style>
background-color css
<style>
a { background-color: #FFEA6D; }
a { background-color: rgb(255,234,109); }
div.DivClassName
{
background-color: #FFEA6D;
}
.BgClassName
{
background-color: #FFEA6D;
}
</style>
border-color css
<style>
span { border-color: #FFEA6D; }
span { border-color: rgb(255,234,109); }
td.TdClassName
{
border-color: #FFEA6D;
}
.TagClassName
{
border-color: #FFEA6D;
}
</style>