Shades of Cararra #EFE6D1
Tints of Cararra #EFE6D1
RGB
CMYK
RGB Variations
Color information
#EFE6D1 (or 0xEFE6D1) is known color: Cararra. HEX triplet: EF, E6 and D1. RGB value is (239,230,209). Sum of RGB (Red+Green+Blue) = 239+230+209=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6D1 is #10192E. Grayscale: #E6E6E6. Windows color (decimal): -1055023 or 13756143. OLE color: 13756143.
HSL color Cylindrical-coordinate representation of color #EFE6D1: hue angle of 42º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE6D1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 209 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.06 |
| HSL | 42º | 0.48% | 0.88% | - |
| HSV(B) | 42º | 0.13% | 0.94% | - |
| XYZ | 75.4 | 79.55 | 71.7 | - |
| YUV | 230.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 209 | 0 | 0.04 | 0.13 | 0.06 | 42 | 0.48 | 0.88 |
| Hex | EF | E6 | D1 | 0 | 4 | D | 6 | 2A | 30 | 58 |
| Octal | 357 | 346 | 321 | 0 | 4 | 15 | 6 | 52 | 60 | 130 |
| Binary | 11101111 | 11100110 | 11010001 | 0 | 100 | 1101 | 110 | 101010 | 110000 | 1011000 |
Color Harmonies of #EFE6D1
Complementary color
Monochromatic Colors of #EFE6D1
Black with #EFE6D1
Text Example
Text Example
White with #EFE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6D1; }
p { color: rgb(239,230,209); }
H1.HeaderClassName
{
color: #EFE6D1;
}
.AnyTagClassName
{
color: #EFE6D1;
}
</style>
background-color css
<style>
a { background-color: #EFE6D1; }
a { background-color: rgb(239,230,209); }
div.DivClassName
{
background-color: #EFE6D1;
}
.BgClassName
{
background-color: #EFE6D1;
}
</style>
border-color css
<style>
span { border-color: #EFE6D1; }
span { border-color: rgb(239,230,209); }
td.TdClassName
{
border-color: #EFE6D1;
}
.TagClassName
{
border-color: #EFE6D1;
}
</style>