Shades of Primrose #E6E69B
Tints of Primrose #E6E69B
RGB
CMYK
RGB Variations
Color information
#E6E69B (or 0xE6E69B) is known color: Primrose. HEX triplet: E6, E6 and 9B. RGB value is (230,230,155). Sum of RGB (Red+Green+Blue) = 230+230+155=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E69B is #191964. Grayscale: #DDDDDD. Windows color (decimal): -1644901 or 10217190. OLE color: 10217190.
HSL color Cylindrical-coordinate representation of color #E6E69B: hue angle of 60º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6E69B is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 155 | - |
| CMYK | 0 | 0 | 0.33 | 0.10 |
| HSL | 60º | 0.6% | 0.75% | - |
| HSV(B) | 60º | 0.33% | 0.9% | - |
| XYZ | 66.85 | 75.78 | 42.11 | - |
| YUV | 221.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 155 | 0 | 0 | 0.33 | 0.10 | 60 | 0.6 | 0.75 |
| Hex | E6 | E6 | 9B | 0 | 0 | 21 | A | 3C | 3C | 4B |
| Octal | 346 | 346 | 233 | 0 | 0 | 41 | 12 | 74 | 74 | 113 |
| Binary | 11100110 | 11100110 | 10011011 | 0 | 0 | 100001 | 1010 | 111100 | 111100 | 1001011 |
Color Harmonies of #E6E69B
Complementary color
Monochromatic Colors of #E6E69B
Black with #E6E69B
Text Example
Text Example
White with #E6E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E69B; }
p { color: rgb(230,230,155); }
H1.HeaderClassName
{
color: #E6E69B;
}
.AnyTagClassName
{
color: #E6E69B;
}
</style>
background-color css
<style>
a { background-color: #E6E69B; }
a { background-color: rgb(230,230,155); }
div.DivClassName
{
background-color: #E6E69B;
}
.BgClassName
{
background-color: #E6E69B;
}
</style>
border-color css
<style>
span { border-color: #E6E69B; }
span { border-color: rgb(230,230,155); }
td.TdClassName
{
border-color: #E6E69B;
}
.TagClassName
{
border-color: #E6E69B;
}
</style>