Shades of Portica #EACC5B
Tints of Portica #EACC5B
RGB
CMYK
RGB Variations
Color information
#EACC5B (or 0xEACC5B) is known color: Portica. HEX triplet: EA, CC and 5B. RGB value is (234,204,91). Sum of RGB (Red+Green+Blue) = 234+204+91=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC5B is #1533A4. Grayscale: #C8C8C8. Windows color (decimal): -1389477 or 6016234. OLE color: 6016234.
HSL color Cylindrical-coordinate representation of color #EACC5B: hue angle of 47.41º 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 #EACC5B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 91 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.08 |
| HSL | 47.41º | 0.77% | 0.64% | - |
| HSV(B) | 47.41º | 0.61% | 0.92% | - |
| XYZ | 57.41 | 61.43 | 18.73 | - |
| YUV | 200.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 91 | 0 | 0.13 | 0.61 | 0.08 | 47.41 | 0.77 | 0.64 |
| Hex | EA | CC | 5B | 0 | D | 3D | 8 | 2F | 4D | 40 |
| Octal | 352 | 314 | 133 | 0 | 15 | 75 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001100 | 1011011 | 0 | 1101 | 111101 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACC5B
Complementary color
Monochromatic Colors of #EACC5B
Black with #EACC5B
Text Example
Text Example
White with #EACC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC5B; }
p { color: rgb(234,204,91); }
H1.HeaderClassName
{
color: #EACC5B;
}
.AnyTagClassName
{
color: #EACC5B;
}
</style>
background-color css
<style>
a { background-color: #EACC5B; }
a { background-color: rgb(234,204,91); }
div.DivClassName
{
background-color: #EACC5B;
}
.BgClassName
{
background-color: #EACC5B;
}
</style>
border-color css
<style>
span { border-color: #EACC5B; }
span { border-color: rgb(234,204,91); }
td.TdClassName
{
border-color: #EACC5B;
}
.TagClassName
{
border-color: #EACC5B;
}
</style>