Shades of Pancho #EABF93
Tints of Pancho #EABF93
RGB
CMYK
RGB Variations
Color information
#EABF93 (or 0xEABF93) is known color: Pancho. HEX triplet: EA, BF and 93. RGB value is (234,191,147). Sum of RGB (Red+Green+Blue) = 234+191+147=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF93 is #15406C. Grayscale: #C7C7C7. Windows color (decimal): -1392749 or 9682922. OLE color: 9682922.
HSL color Cylindrical-coordinate representation of color #EABF93: hue angle of 30.34º 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 #EABF93 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 147 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.08 |
| HSL | 30.34º | 0.67% | 0.75% | - |
| HSV(B) | 30.34º | 0.37% | 0.92% | - |
| XYZ | 57.83 | 56.86 | 35.53 | - |
| YUV | 198.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 147 | 0 | 0.18 | 0.37 | 0.08 | 30.34 | 0.67 | 0.75 |
| Hex | EA | BF | 93 | 0 | 12 | 25 | 8 | 1E | 43 | 4B |
| Octal | 352 | 277 | 223 | 0 | 22 | 45 | 10 | 36 | 103 | 113 |
| Binary | 11101010 | 10111111 | 10010011 | 0 | 10010 | 100101 | 1000 | 11110 | 1000011 | 1001011 |
Color Harmonies of #EABF93
Complementary color
Monochromatic Colors of #EABF93
Black with #EABF93
Text Example
Text Example
White with #EABF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF93; }
p { color: rgb(234,191,147); }
H1.HeaderClassName
{
color: #EABF93;
}
.AnyTagClassName
{
color: #EABF93;
}
</style>
background-color css
<style>
a { background-color: #EABF93; }
a { background-color: rgb(234,191,147); }
div.DivClassName
{
background-color: #EABF93;
}
.BgClassName
{
background-color: #EABF93;
}
</style>
border-color css
<style>
span { border-color: #EABF93; }
span { border-color: rgb(234,191,147); }
td.TdClassName
{
border-color: #EABF93;
}
.TagClassName
{
border-color: #EABF93;
}
</style>