Shades of Portica #EED454
Tints of Portica #EED454
RGB
CMYK
RGB Variations
Color information
#EED454 (or 0xEED454) is known color: Portica. HEX triplet: EE, D4 and 54. RGB value is (238,212,84). Sum of RGB (Red+Green+Blue) = 238+212+84=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EED454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED454 is #112BAB. Grayscale: #CDCDCD. Windows color (decimal): -1125292 or 5559534. OLE color: 5559534.
HSL color Cylindrical-coordinate representation of color #EED454: hue angle of 49.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EED454 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 84 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 49.87º | 0.82% | 0.63% | - |
| HSV(B) | 49.87º | 0.65% | 0.93% | - |
| XYZ | 60.4 | 65.9 | 17.92 | - |
| YUV | 205.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 84 | 0 | 0.11 | 0.65 | 0.07 | 49.87 | 0.82 | 0.63 |
| Hex | EE | D4 | 54 | 0 | B | 41 | 7 | 32 | 52 | 3F |
| Octal | 356 | 324 | 124 | 0 | 13 | 101 | 7 | 62 | 122 | 77 |
| Binary | 11101110 | 11010100 | 1010100 | 0 | 1011 | 1000001 | 111 | 110010 | 1010010 | 111111 |
Color Harmonies of #EED454
Complementary color
Monochromatic Colors of #EED454
Black with #EED454
Text Example
Text Example
White with #EED454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED454; }
p { color: rgb(238,212,84); }
H1.HeaderClassName
{
color: #EED454;
}
.AnyTagClassName
{
color: #EED454;
}
</style>
background-color css
<style>
a { background-color: #EED454; }
a { background-color: rgb(238,212,84); }
div.DivClassName
{
background-color: #EED454;
}
.BgClassName
{
background-color: #EED454;
}
</style>
border-color css
<style>
span { border-color: #EED454; }
span { border-color: rgb(238,212,84); }
td.TdClassName
{
border-color: #EED454;
}
.TagClassName
{
border-color: #EED454;
}
</style>