Shades of Pancho #EABF94
Tints of Pancho #EABF94
RGB
CMYK
RGB Variations
Color information
#EABF94 (or 0xEABF94) is known color: Pancho. HEX triplet: EA, BF and 94. RGB value is (234,191,148). Sum of RGB (Red+Green+Blue) = 234+191+148=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF94 is #15406B. Grayscale: #C7C7C7. Windows color (decimal): -1392748 or 9748458. OLE color: 9748458.
HSL color Cylindrical-coordinate representation of color #EABF94: hue angle of 30º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EABF94 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 148 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.08 |
| HSL | 30º | 0.67% | 0.75% | - |
| HSV(B) | 30º | 0.37% | 0.92% | - |
| XYZ | 57.91 | 56.89 | 35.95 | - |
| YUV | 198.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 148 | 0 | 0.18 | 0.37 | 0.08 | 30 | 0.67 | 0.75 |
| Hex | EA | BF | 94 | 0 | 12 | 25 | 8 | 1E | 43 | 4B |
| Octal | 352 | 277 | 224 | 0 | 22 | 45 | 10 | 36 | 103 | 113 |
| Binary | 11101010 | 10111111 | 10010100 | 0 | 10010 | 100101 | 1000 | 11110 | 1000011 | 1001011 |
Color Harmonies of #EABF94
Complementary color
Monochromatic Colors of #EABF94
Black with #EABF94
Text Example
Text Example
White with #EABF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF94; }
p { color: rgb(234,191,148); }
H1.HeaderClassName
{
color: #EABF94;
}
.AnyTagClassName
{
color: #EABF94;
}
</style>
background-color css
<style>
a { background-color: #EABF94; }
a { background-color: rgb(234,191,148); }
div.DivClassName
{
background-color: #EABF94;
}
.BgClassName
{
background-color: #EABF94;
}
</style>
border-color css
<style>
span { border-color: #EABF94; }
span { border-color: rgb(234,191,148); }
td.TdClassName
{
border-color: #EABF94;
}
.TagClassName
{
border-color: #EABF94;
}
</style>