Shades of Portica #EACF5B
Tints of Portica #EACF5B
RGB
CMYK
RGB Variations
Color information
#EACF5B (or 0xEACF5B) is known color: Portica. HEX triplet: EA, CF and 5B. RGB value is (234,207,91). Sum of RGB (Red+Green+Blue) = 234+207+91=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF5B is #1530A4. Grayscale: #CACACA. Windows color (decimal): -1388709 or 6017002. OLE color: 6017002.
HSL color Cylindrical-coordinate representation of color #EACF5B: hue angle of 48.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EACF5B is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 91 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.08 |
| HSL | 48.67º | 0.77% | 0.64% | - |
| HSV(B) | 48.67º | 0.61% | 0.92% | - |
| XYZ | 58.13 | 62.87 | 18.97 | - |
| YUV | 201.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 91 | 0 | 0.12 | 0.61 | 0.08 | 48.67 | 0.77 | 0.64 |
| Hex | EA | CF | 5B | 0 | C | 3D | 8 | 31 | 4D | 40 |
| Octal | 352 | 317 | 133 | 0 | 14 | 75 | 10 | 61 | 115 | 100 |
| Binary | 11101010 | 11001111 | 1011011 | 0 | 1100 | 111101 | 1000 | 110001 | 1001101 | 1000000 |
Color Harmonies of #EACF5B
Complementary color
Monochromatic Colors of #EACF5B
Black with #EACF5B
Text Example
Text Example
White with #EACF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF5B; }
p { color: rgb(234,207,91); }
H1.HeaderClassName
{
color: #EACF5B;
}
.AnyTagClassName
{
color: #EACF5B;
}
</style>
background-color css
<style>
a { background-color: #EACF5B; }
a { background-color: rgb(234,207,91); }
div.DivClassName
{
background-color: #EACF5B;
}
.BgClassName
{
background-color: #EACF5B;
}
</style>
border-color css
<style>
span { border-color: #EACF5B; }
span { border-color: rgb(234,207,91); }
td.TdClassName
{
border-color: #EACF5B;
}
.TagClassName
{
border-color: #EACF5B;
}
</style>