Shades of Portica #E9D55F
Tints of Portica #E9D55F
RGB
CMYK
RGB Variations
Color information
#E9D55F (or 0xE9D55F) is known color: Portica. HEX triplet: E9, D5 and 5F. RGB value is (233,213,95). Sum of RGB (Red+Green+Blue) = 233+213+95=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D55F is #162AA0. Grayscale: #CECECE. Windows color (decimal): -1452705 or 6280681. OLE color: 6280681.
HSL color Cylindrical-coordinate representation of color #E9D55F: hue angle of 51.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9D55F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 95 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.09 |
| HSL | 51.3º | 0.76% | 0.64% | - |
| HSV(B) | 51.3º | 0.59% | 0.91% | - |
| XYZ | 59.46 | 65.74 | 20.38 | - |
| YUV | 205.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 95 | 0 | 0.09 | 0.59 | 0.09 | 51.3 | 0.76 | 0.64 |
| Hex | E9 | D5 | 5F | 0 | 9 | 3B | 9 | 33 | 4C | 40 |
| Octal | 351 | 325 | 137 | 0 | 11 | 73 | 11 | 63 | 114 | 100 |
| Binary | 11101001 | 11010101 | 1011111 | 0 | 1001 | 111011 | 1001 | 110011 | 1001100 | 1000000 |
Color Harmonies of #E9D55F
Complementary color
Monochromatic Colors of #E9D55F
Black with #E9D55F
Text Example
Text Example
White with #E9D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D55F; }
p { color: rgb(233,213,95); }
H1.HeaderClassName
{
color: #E9D55F;
}
.AnyTagClassName
{
color: #E9D55F;
}
</style>
background-color css
<style>
a { background-color: #E9D55F; }
a { background-color: rgb(233,213,95); }
div.DivClassName
{
background-color: #E9D55F;
}
.BgClassName
{
background-color: #E9D55F;
}
</style>
border-color css
<style>
span { border-color: #E9D55F; }
span { border-color: rgb(233,213,95); }
td.TdClassName
{
border-color: #E9D55F;
}
.TagClassName
{
border-color: #E9D55F;
}
</style>