Shades of Portica #EED451
Tints of Portica #EED451
RGB
CMYK
RGB Variations
Color information
#EED451 (or 0xEED451) is known color: Portica. HEX triplet: EE, D4 and 51. RGB value is (238,212,81). Sum of RGB (Red+Green+Blue) = 238+212+81=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED451 is #112BAE. Grayscale: #CDCDCD. Windows color (decimal): -1125295 or 5362926. OLE color: 5362926.
HSL color Cylindrical-coordinate representation of color #EED451: hue angle of 50.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED451 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 81 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 50.06º | 0.82% | 0.63% | - |
| HSV(B) | 50.06º | 0.66% | 0.93% | - |
| XYZ | 60.29 | 65.86 | 17.32 | - |
| YUV | 204.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 81 | 0 | 0.11 | 0.66 | 0.07 | 50.06 | 0.82 | 0.63 |
| Hex | EE | D4 | 51 | 0 | B | 42 | 7 | 32 | 52 | 3F |
| Octal | 356 | 324 | 121 | 0 | 13 | 102 | 7 | 62 | 122 | 77 |
| Binary | 11101110 | 11010100 | 1010001 | 0 | 1011 | 1000010 | 111 | 110010 | 1010010 | 111111 |
Color Harmonies of #EED451
Complementary color
Monochromatic Colors of #EED451
Black with #EED451
Text Example
Text Example
White with #EED451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED451; }
p { color: rgb(238,212,81); }
H1.HeaderClassName
{
color: #EED451;
}
.AnyTagClassName
{
color: #EED451;
}
</style>
background-color css
<style>
a { background-color: #EED451; }
a { background-color: rgb(238,212,81); }
div.DivClassName
{
background-color: #EED451;
}
.BgClassName
{
background-color: #EED451;
}
</style>
border-color css
<style>
span { border-color: #EED451; }
span { border-color: rgb(238,212,81); }
td.TdClassName
{
border-color: #EED451;
}
.TagClassName
{
border-color: #EED451;
}
</style>