Shades of Cararra #EFE7D4
Tints of Cararra #EFE7D4
RGB
CMYK
RGB Variations
Color information
#EFE7D4 (or 0xEFE7D4) is known color: Cararra. HEX triplet: EF, E7 and D4. RGB value is (239,231,212). Sum of RGB (Red+Green+Blue) = 239+231+212=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D4 is #10182B. Grayscale: #E7E7E7. Windows color (decimal): -1054764 or 13953007. OLE color: 13953007.
HSL color Cylindrical-coordinate representation of color #EFE7D4: hue angle of 42.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE7D4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 231 | 212 | - |
CMYK | 0 | 0.03 | 0.11 | 0.06 |
HSL | 42.22º | 0.46% | 0.88% | - |
HSV(B) | 42.22º | 0.11% | 0.94% | - |
XYZ | 76.06 | 80.26 | 73.77 | - |
YUV | 231.23 | 117.15 | 133.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 231 | 212 | 0 | 0.03 | 0.11 | 0.06 | 42.22 | 0.46 | 0.88 |
Hex | EF | E7 | D4 | 0 | 3 | B | 6 | 2A | 2E | 58 |
Octal | 357 | 347 | 324 | 0 | 3 | 13 | 6 | 52 | 56 | 130 |
Binary | 11101111 | 11100111 | 11010100 | 0 | 11 | 1011 | 110 | 101010 | 101110 | 1011000 |
Color Harmonies of #EFE7D4
Complementary color
Monochromatic Colors of #EFE7D4
Black with #EFE7D4
Text Example
Text Example
White with #EFE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7D4; }
p { color: rgb(239,231,212); }
H1.HeaderClassName
{
color: #EFE7D4;
}
.AnyTagClassName
{
color: #EFE7D4;
}
</style>
background-color css
<style>
a { background-color: #EFE7D4; }
a { background-color: rgb(239,231,212); }
div.DivClassName
{
background-color: #EFE7D4;
}
.BgClassName
{
background-color: #EFE7D4;
}
</style>
border-color css
<style>
span { border-color: #EFE7D4; }
span { border-color: rgb(239,231,212); }
td.TdClassName
{
border-color: #EFE7D4;
}
.TagClassName
{
border-color: #EFE7D4;
}
</style>