Shades of Primrose #ECDA90
Tints of Primrose #ECDA90
RGB
CMYK
RGB Variations
Color information
#ECDA90 (or 0xECDA90) is known color: Primrose. HEX triplet: EC, DA and 90. RGB value is (236,218,144). Sum of RGB (Red+Green+Blue) = 236+218+144=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA90 is #13256F. Grayscale: #D7D7D7. Windows color (decimal): -1254768 or 9493228. OLE color: 9493228.
HSL color Cylindrical-coordinate representation of color #ECDA90: hue angle of 48.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDA90 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 144 | - |
CMYK | 0 | 0.08 | 0.39 | 0.07 |
HSL | 48.26º | 0.71% | 0.75% | - |
HSV(B) | 48.26º | 0.39% | 0.93% | - |
XYZ | 64.7 | 69.99 | 36.48 | - |
YUV | 214.95 | 87.96 | 143.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 144 | 0 | 0.08 | 0.39 | 0.07 | 48.26 | 0.71 | 0.75 |
Hex | EC | DA | 90 | 0 | 8 | 27 | 7 | 30 | 47 | 4B |
Octal | 354 | 332 | 220 | 0 | 10 | 47 | 7 | 60 | 107 | 113 |
Binary | 11101100 | 11011010 | 10010000 | 0 | 1000 | 100111 | 111 | 110000 | 1000111 | 1001011 |
Color Harmonies of #ECDA90
Complementary color
Monochromatic Colors of #ECDA90
Black with #ECDA90
Text Example
Text Example
White with #ECDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA90; }
p { color: rgb(236,218,144); }
H1.HeaderClassName
{
color: #ECDA90;
}
.AnyTagClassName
{
color: #ECDA90;
}
</style>
background-color css
<style>
a { background-color: #ECDA90; }
a { background-color: rgb(236,218,144); }
div.DivClassName
{
background-color: #ECDA90;
}
.BgClassName
{
background-color: #ECDA90;
}
</style>
border-color css
<style>
span { border-color: #ECDA90; }
span { border-color: rgb(236,218,144); }
td.TdClassName
{
border-color: #ECDA90;
}
.TagClassName
{
border-color: #ECDA90;
}
</style>