Shades of Geraldine #EB7E6B
Tints of Geraldine #EB7E6B
RGB
CMYK
RGB Variations
Color information
#EB7E6B (or 0xEB7E6B) is known color: Geraldine. HEX triplet: EB, 7E and 6B. RGB value is (235,126,107). Sum of RGB (Red+Green+Blue) = 235+126+107=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E6B is #148194. Grayscale: #9C9C9C. Windows color (decimal): -1343893 or 7044843. OLE color: 7044843.
HSL color Cylindrical-coordinate representation of color #EB7E6B: hue angle of 8.91º degrees, saturation: 0.76, 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 #EB7E6B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 126 | 107 | - |
CMYK | 0 | 0.46 | 0.54 | 0.08 |
HSL | 8.91º | 0.76% | 0.67% | - |
HSV(B) | 8.91º | 0.54% | 0.92% | - |
XYZ | 44.38 | 33.65 | 18.07 | - |
YUV | 156.43 | 100.11 | 184.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 126 | 107 | 0 | 0.46 | 0.54 | 0.08 | 8.91 | 0.76 | 0.67 |
Hex | EB | 7E | 6B | 0 | 2E | 36 | 8 | 9 | 4C | 43 |
Octal | 353 | 176 | 153 | 0 | 56 | 66 | 10 | 11 | 114 | 103 |
Binary | 11101011 | 1111110 | 1101011 | 0 | 101110 | 110110 | 1000 | 1001 | 1001100 | 1000011 |
Color Harmonies of #EB7E6B
Complementary color
Monochromatic Colors of #EB7E6B
Black with #EB7E6B
Text Example
Text Example
White with #EB7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7E6B; }
p { color: rgb(235,126,107); }
H1.HeaderClassName
{
color: #EB7E6B;
}
.AnyTagClassName
{
color: #EB7E6B;
}
</style>
background-color css
<style>
a { background-color: #EB7E6B; }
a { background-color: rgb(235,126,107); }
div.DivClassName
{
background-color: #EB7E6B;
}
.BgClassName
{
background-color: #EB7E6B;
}
</style>
border-color css
<style>
span { border-color: #EB7E6B; }
span { border-color: rgb(235,126,107); }
td.TdClassName
{
border-color: #EB7E6B;
}
.TagClassName
{
border-color: #EB7E6B;
}
</style>