Shades of Witch Haze #FEEA6C
Tints of Witch Haze #FEEA6C
RGB
CMYK
RGB Variations
Color information
#FEEA6C (or 0xFEEA6C) is known color: Witch Haze. HEX triplet: FE, EA and 6C. RGB value is (254,234,108). Sum of RGB (Red+Green+Blue) = 254+234+108=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA6C is #011593. Grayscale: #E2E2E2. Windows color (decimal): -71060 or 7138046. OLE color: 7138046.
HSL color Cylindrical-coordinate representation of color #FEEA6C: hue angle of 51.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEEA6C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 108 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.00 |
| HSL | 51.78º | 0.99% | 0.71% | - |
| HSV(B) | 51.78º | 0.57% | 1% | - |
| XYZ | 73 | 81 | 25.97 | - |
| YUV | 225.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 108 | 0 | 0.08 | 0.57 | 0.00 | 51.78 | 0.99 | 0.71 |
| Hex | FE | EA | 6C | 0 | 8 | 39 | 0 | 34 | 63 | 47 |
| Octal | 376 | 352 | 154 | 0 | 10 | 71 | 0 | 64 | 143 | 107 |
| Binary | 11111110 | 11101010 | 1101100 | 0 | 1000 | 111001 | 0 | 110100 | 1100011 | 1000111 |
Color Harmonies of #FEEA6C
Complementary color
Monochromatic Colors of #FEEA6C
Black with #FEEA6C
Text Example
Text Example
White with #FEEA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA6C; }
p { color: rgb(254,234,108); }
H1.HeaderClassName
{
color: #FEEA6C;
}
.AnyTagClassName
{
color: #FEEA6C;
}
</style>
background-color css
<style>
a { background-color: #FEEA6C; }
a { background-color: rgb(254,234,108); }
div.DivClassName
{
background-color: #FEEA6C;
}
.BgClassName
{
background-color: #FEEA6C;
}
</style>
border-color css
<style>
span { border-color: #FEEA6C; }
span { border-color: rgb(254,234,108); }
td.TdClassName
{
border-color: #FEEA6C;
}
.TagClassName
{
border-color: #FEEA6C;
}
</style>