Shades of Pale Goldenrod #F2ECAD
Tints of Pale Goldenrod #F2ECAD
RGB
CMYK
RGB Variations
Color information
#F2ECAD (or 0xF2ECAD) is known color: Pale Goldenrod. HEX triplet: F2, EC and AD. RGB value is (242,236,173). Sum of RGB (Red+Green+Blue) = 242+236+173=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAD is #0D1352. Grayscale: #E6E6E6. Windows color (decimal): -856915 or 11398386. OLE color: 11398386.
HSL color Cylindrical-coordinate representation of color #F2ECAD: hue angle of 54.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ECAD is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 173 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.05 |
| HSL | 54.78º | 0.73% | 0.81% | - |
| HSV(B) | 54.78º | 0.29% | 0.95% | - |
| XYZ | 74.16 | 81.89 | 51.43 | - |
| YUV | 230.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 173 | 0 | 0.02 | 0.29 | 0.05 | 54.78 | 0.73 | 0.81 |
| Hex | F2 | EC | AD | 0 | 2 | 1D | 5 | 37 | 49 | 51 |
| Octal | 362 | 354 | 255 | 0 | 2 | 35 | 5 | 67 | 111 | 121 |
| Binary | 11110010 | 11101100 | 10101101 | 0 | 10 | 11101 | 101 | 110111 | 1001001 | 1010001 |
Color Harmonies of #F2ECAD
Complementary color
Monochromatic Colors of #F2ECAD
Black with #F2ECAD
Text Example
Text Example
White with #F2ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECAD; }
p { color: rgb(242,236,173); }
H1.HeaderClassName
{
color: #F2ECAD;
}
.AnyTagClassName
{
color: #F2ECAD;
}
</style>
background-color css
<style>
a { background-color: #F2ECAD; }
a { background-color: rgb(242,236,173); }
div.DivClassName
{
background-color: #F2ECAD;
}
.BgClassName
{
background-color: #F2ECAD;
}
</style>
border-color css
<style>
span { border-color: #F2ECAD; }
span { border-color: rgb(242,236,173); }
td.TdClassName
{
border-color: #F2ECAD;
}
.TagClassName
{
border-color: #F2ECAD;
}
</style>