Shades of Portica #EED45A
Tints of Portica #EED45A
RGB
CMYK
RGB Variations
Color information
#EED45A (or 0xEED45A) is known color: Portica. HEX triplet: EE, D4 and 5A. RGB value is (238,212,90). Sum of RGB (Red+Green+Blue) = 238+212+90=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EED45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED45A is #112BA5. Grayscale: #CECECE. Windows color (decimal): -1125286 or 5952750. OLE color: 5952750.
HSL color Cylindrical-coordinate representation of color #EED45A: hue angle of 49.46º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED45A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 90 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.46º | 0.81% | 0.64% | - |
| HSV(B) | 49.46º | 0.62% | 0.93% | - |
| XYZ | 60.65 | 66 | 19.22 | - |
| YUV | 205.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 90 | 0 | 0.11 | 0.62 | 0.07 | 49.46 | 0.81 | 0.64 |
| Hex | EE | D4 | 5A | 0 | B | 3E | 7 | 31 | 51 | 40 |
| Octal | 356 | 324 | 132 | 0 | 13 | 76 | 7 | 61 | 121 | 100 |
| Binary | 11101110 | 11010100 | 1011010 | 0 | 1011 | 111110 | 111 | 110001 | 1010001 | 1000000 |
Color Harmonies of #EED45A
Complementary color
Monochromatic Colors of #EED45A
Black with #EED45A
Text Example
Text Example
White with #EED45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED45A; }
p { color: rgb(238,212,90); }
H1.HeaderClassName
{
color: #EED45A;
}
.AnyTagClassName
{
color: #EED45A;
}
</style>
background-color css
<style>
a { background-color: #EED45A; }
a { background-color: rgb(238,212,90); }
div.DivClassName
{
background-color: #EED45A;
}
.BgClassName
{
background-color: #EED45A;
}
</style>
border-color css
<style>
span { border-color: #EED45A; }
span { border-color: rgb(238,212,90); }
td.TdClassName
{
border-color: #EED45A;
}
.TagClassName
{
border-color: #EED45A;
}
</style>