Shades of Geraldine #EA726B
Tints of Geraldine #EA726B
RGB
CMYK
RGB Variations
Color information
#EA726B (or 0xEA726B) is known color: Geraldine. HEX triplet: EA, 72 and 6B. RGB value is (234,114,107). Sum of RGB (Red+Green+Blue) = 234+114+107=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA726B is #158D94. Grayscale: #959595. Windows color (decimal): -1412501 or 7041770. OLE color: 7041770.
HSL color Cylindrical-coordinate representation of color #EA726B: hue angle of 3.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA726B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 107 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.08 |
| HSL | 3.31º | 0.75% | 0.67% | - |
| HSV(B) | 3.31º | 0.54% | 0.92% | - |
| XYZ | 42.6 | 30.59 | 17.57 | - |
| YUV | 149.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 107 | 0 | 0.51 | 0.54 | 0.08 | 3.31 | 0.75 | 0.67 |
| Hex | EA | 72 | 6B | 0 | 33 | 36 | 8 | 3 | 4B | 43 |
| Octal | 352 | 162 | 153 | 0 | 63 | 66 | 10 | 3 | 113 | 103 |
| Binary | 11101010 | 1110010 | 1101011 | 0 | 110011 | 110110 | 1000 | 11 | 1001011 | 1000011 |
Color Harmonies of #EA726B
Complementary color
Monochromatic Colors of #EA726B
Black with #EA726B
Text Example
Text Example
White with #EA726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA726B; }
p { color: rgb(234,114,107); }
H1.HeaderClassName
{
color: #EA726B;
}
.AnyTagClassName
{
color: #EA726B;
}
</style>
background-color css
<style>
a { background-color: #EA726B; }
a { background-color: rgb(234,114,107); }
div.DivClassName
{
background-color: #EA726B;
}
.BgClassName
{
background-color: #EA726B;
}
</style>
border-color css
<style>
span { border-color: #EA726B; }
span { border-color: rgb(234,114,107); }
td.TdClassName
{
border-color: #EA726B;
}
.TagClassName
{
border-color: #EA726B;
}
</style>