Shades of Portica #EED754
Tints of Portica #EED754
RGB
CMYK
RGB Variations
Color information
#EED754 (or 0xEED754) is known color: Portica. HEX triplet: EE, D7 and 54. RGB value is (238,215,84). Sum of RGB (Red+Green+Blue) = 238+215+84=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED754 is #1128AB. Grayscale: #CFCFCF. Windows color (decimal): -1124524 or 5560302. OLE color: 5560302.
HSL color Cylindrical-coordinate representation of color #EED754: hue angle of 51.04º 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 #EED754 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 84 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.07 |
| HSL | 51.04º | 0.82% | 0.63% | - |
| HSV(B) | 51.04º | 0.65% | 0.93% | - |
| XYZ | 61.16 | 67.42 | 18.18 | - |
| YUV | 206.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 84 | 0 | 0.10 | 0.65 | 0.07 | 51.04 | 0.82 | 0.63 |
| Hex | EE | D7 | 54 | 0 | A | 41 | 7 | 33 | 52 | 3F |
| Octal | 356 | 327 | 124 | 0 | 12 | 101 | 7 | 63 | 122 | 77 |
| Binary | 11101110 | 11010111 | 1010100 | 0 | 1010 | 1000001 | 111 | 110011 | 1010010 | 111111 |
Color Harmonies of #EED754
Complementary color
Monochromatic Colors of #EED754
Black with #EED754
Text Example
Text Example
White with #EED754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED754; }
p { color: rgb(238,215,84); }
H1.HeaderClassName
{
color: #EED754;
}
.AnyTagClassName
{
color: #EED754;
}
</style>
background-color css
<style>
a { background-color: #EED754; }
a { background-color: rgb(238,215,84); }
div.DivClassName
{
background-color: #EED754;
}
.BgClassName
{
background-color: #EED754;
}
</style>
border-color css
<style>
span { border-color: #EED754; }
span { border-color: rgb(238,215,84); }
td.TdClassName
{
border-color: #EED754;
}
.TagClassName
{
border-color: #EED754;
}
</style>