Shades of Primrose #ECE098
Tints of Primrose #ECE098
RGB
CMYK
RGB Variations
Color information
#ECE098 (or 0xECE098) is known color: Primrose. HEX triplet: EC, E0 and 98. RGB value is (236,224,152). Sum of RGB (Red+Green+Blue) = 236+224+152=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE098 is #131F67. Grayscale: #DBDBDB. Windows color (decimal): -1253224 or 10019052. OLE color: 10019052.
HSL color Cylindrical-coordinate representation of color #ECE098: hue angle of 51.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE098 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 152 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 51.43º | 0.69% | 0.76% | - |
| HSV(B) | 51.43º | 0.36% | 0.93% | - |
| XYZ | 66.92 | 73.41 | 40.35 | - |
| YUV | 219.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 152 | 0 | 0.05 | 0.36 | 0.07 | 51.43 | 0.69 | 0.76 |
| Hex | EC | E0 | 98 | 0 | 5 | 24 | 7 | 33 | 45 | 4C |
| Octal | 354 | 340 | 230 | 0 | 5 | 44 | 7 | 63 | 105 | 114 |
| Binary | 11101100 | 11100000 | 10011000 | 0 | 101 | 100100 | 111 | 110011 | 1000101 | 1001100 |
Color Harmonies of #ECE098
Complementary color
Monochromatic Colors of #ECE098
Black with #ECE098
Text Example
Text Example
White with #ECE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE098; }
p { color: rgb(236,224,152); }
H1.HeaderClassName
{
color: #ECE098;
}
.AnyTagClassName
{
color: #ECE098;
}
</style>
background-color css
<style>
a { background-color: #ECE098; }
a { background-color: rgb(236,224,152); }
div.DivClassName
{
background-color: #ECE098;
}
.BgClassName
{
background-color: #ECE098;
}
</style>
border-color css
<style>
span { border-color: #ECE098; }
span { border-color: rgb(236,224,152); }
td.TdClassName
{
border-color: #ECE098;
}
.TagClassName
{
border-color: #ECE098;
}
</style>