Shades of Terra Cotta #EF6B5B
Tints of Terra Cotta #EF6B5B
RGB
CMYK
RGB Variations
Color information
#EF6B5B (or 0xEF6B5B) is known color: Terra Cotta. HEX triplet: EF, 6B and 5B. RGB value is (239,107,91). Sum of RGB (Red+Green+Blue) = 239+107+91=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B5B is #1094A4. Grayscale: #909090. Windows color (decimal): -1086629 or 5991407. OLE color: 5991407.
HSL color Cylindrical-coordinate representation of color #EF6B5B: hue angle of 6.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF6B5B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 91 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.06 |
| HSL | 6.49º | 0.82% | 0.65% | - |
| HSV(B) | 6.49º | 0.62% | 0.94% | - |
| XYZ | 42.74 | 29.62 | 13.36 | - |
| YUV | 144.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 91 | 0 | 0.55 | 0.62 | 0.06 | 6.49 | 0.82 | 0.65 |
| Hex | EF | 6B | 5B | 0 | 37 | 3E | 6 | 6 | 52 | 41 |
| Octal | 357 | 153 | 133 | 0 | 67 | 76 | 6 | 6 | 122 | 101 |
| Binary | 11101111 | 1101011 | 1011011 | 0 | 110111 | 111110 | 110 | 110 | 1010010 | 1000001 |
Color Harmonies of #EF6B5B
Complementary color
Monochromatic Colors of #EF6B5B
Black with #EF6B5B
Text Example
Text Example
White with #EF6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B5B; }
p { color: rgb(239,107,91); }
H1.HeaderClassName
{
color: #EF6B5B;
}
.AnyTagClassName
{
color: #EF6B5B;
}
</style>
background-color css
<style>
a { background-color: #EF6B5B; }
a { background-color: rgb(239,107,91); }
div.DivClassName
{
background-color: #EF6B5B;
}
.BgClassName
{
background-color: #EF6B5B;
}
</style>
border-color css
<style>
span { border-color: #EF6B5B; }
span { border-color: rgb(239,107,91); }
td.TdClassName
{
border-color: #EF6B5B;
}
.TagClassName
{
border-color: #EF6B5B;
}
</style>