Shades of Primrose #EBDF90
Tints of Primrose #EBDF90
RGB
CMYK
RGB Variations
Color information
#EBDF90 (or 0xEBDF90) is known color: Primrose. HEX triplet: EB, DF and 90. RGB value is (235,223,144). Sum of RGB (Red+Green+Blue) = 235+223+144=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF90 is #14206F. Grayscale: #D9D9D9. Windows color (decimal): -1319024 or 9494507. OLE color: 9494507.
HSL color Cylindrical-coordinate representation of color #EBDF90: hue angle of 52.09º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBDF90 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 144 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.08 |
| HSL | 52.09º | 0.69% | 0.74% | - |
| HSV(B) | 52.09º | 0.39% | 0.92% | - |
| XYZ | 65.68 | 72.45 | 36.91 | - |
| YUV | 217.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 144 | 0 | 0.05 | 0.39 | 0.08 | 52.09 | 0.69 | 0.74 |
| Hex | EB | DF | 90 | 0 | 5 | 27 | 8 | 34 | 45 | 4A |
| Octal | 353 | 337 | 220 | 0 | 5 | 47 | 10 | 64 | 105 | 112 |
| Binary | 11101011 | 11011111 | 10010000 | 0 | 101 | 100111 | 1000 | 110100 | 1000101 | 1001010 |
Color Harmonies of #EBDF90
Complementary color
Monochromatic Colors of #EBDF90
Black with #EBDF90
Text Example
Text Example
White with #EBDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF90; }
p { color: rgb(235,223,144); }
H1.HeaderClassName
{
color: #EBDF90;
}
.AnyTagClassName
{
color: #EBDF90;
}
</style>
background-color css
<style>
a { background-color: #EBDF90; }
a { background-color: rgb(235,223,144); }
div.DivClassName
{
background-color: #EBDF90;
}
.BgClassName
{
background-color: #EBDF90;
}
</style>
border-color css
<style>
span { border-color: #EBDF90; }
span { border-color: rgb(235,223,144); }
td.TdClassName
{
border-color: #EBDF90;
}
.TagClassName
{
border-color: #EBDF90;
}
</style>