Shades of Geraldine #EF726A
Tints of Geraldine #EF726A
RGB
CMYK
RGB Variations
Color information
#EF726A (or 0xEF726A) is known color: Geraldine. HEX triplet: EF, 72 and 6A. RGB value is (239,114,106). Sum of RGB (Red+Green+Blue) = 239+114+106=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726A is #108D95. Grayscale: #969696. Windows color (decimal): -1084822 or 6976239. OLE color: 6976239.
HSL color Cylindrical-coordinate representation of color #EF726A: hue angle of 3.61º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF726A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 106 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.06 |
| HSL | 3.61º | 0.81% | 0.68% | - |
| HSV(B) | 3.61º | 0.56% | 0.94% | - |
| XYZ | 44.22 | 31.43 | 17.37 | - |
| YUV | 150.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 106 | 0 | 0.52 | 0.56 | 0.06 | 3.61 | 0.81 | 0.68 |
| Hex | EF | 72 | 6A | 0 | 34 | 38 | 6 | 4 | 51 | 44 |
| Octal | 357 | 162 | 152 | 0 | 64 | 70 | 6 | 4 | 121 | 104 |
| Binary | 11101111 | 1110010 | 1101010 | 0 | 110100 | 111000 | 110 | 100 | 1010001 | 1000100 |
Color Harmonies of #EF726A
Complementary color
Monochromatic Colors of #EF726A
Black with #EF726A
Text Example
Text Example
White with #EF726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF726A; }
p { color: rgb(239,114,106); }
H1.HeaderClassName
{
color: #EF726A;
}
.AnyTagClassName
{
color: #EF726A;
}
</style>
background-color css
<style>
a { background-color: #EF726A; }
a { background-color: rgb(239,114,106); }
div.DivClassName
{
background-color: #EF726A;
}
.BgClassName
{
background-color: #EF726A;
}
</style>
border-color css
<style>
span { border-color: #EF726A; }
span { border-color: rgb(239,114,106); }
td.TdClassName
{
border-color: #EF726A;
}
.TagClassName
{
border-color: #EF726A;
}
</style>