Shades of Pancho #EAC18F
Tints of Pancho #EAC18F
RGB
CMYK
RGB Variations
Color information
#EAC18F (or 0xEAC18F) is known color: Pancho. HEX triplet: EA, C1 and 8F. RGB value is (234,193,143). Sum of RGB (Red+Green+Blue) = 234+193+143=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC18F is #153E70. Grayscale: #C7C7C7. Windows color (decimal): -1392241 or 9421290. OLE color: 9421290.
HSL color Cylindrical-coordinate representation of color #EAC18F: hue angle of 32.97º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAC18F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 143 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.08 |
| HSL | 32.97º | 0.68% | 0.74% | - |
| HSV(B) | 32.97º | 0.39% | 0.92% | - |
| XYZ | 57.96 | 57.62 | 34.05 | - |
| YUV | 199.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 143 | 0 | 0.18 | 0.39 | 0.08 | 32.97 | 0.68 | 0.74 |
| Hex | EA | C1 | 8F | 0 | 12 | 27 | 8 | 21 | 44 | 4A |
| Octal | 352 | 301 | 217 | 0 | 22 | 47 | 10 | 41 | 104 | 112 |
| Binary | 11101010 | 11000001 | 10001111 | 0 | 10010 | 100111 | 1000 | 100001 | 1000100 | 1001010 |
Color Harmonies of #EAC18F
Complementary color
Monochromatic Colors of #EAC18F
Black with #EAC18F
Text Example
Text Example
White with #EAC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC18F; }
p { color: rgb(234,193,143); }
H1.HeaderClassName
{
color: #EAC18F;
}
.AnyTagClassName
{
color: #EAC18F;
}
</style>
background-color css
<style>
a { background-color: #EAC18F; }
a { background-color: rgb(234,193,143); }
div.DivClassName
{
background-color: #EAC18F;
}
.BgClassName
{
background-color: #EAC18F;
}
</style>
border-color css
<style>
span { border-color: #EAC18F; }
span { border-color: rgb(234,193,143); }
td.TdClassName
{
border-color: #EAC18F;
}
.TagClassName
{
border-color: #EAC18F;
}
</style>