Shades of Portica #EED44E
Tints of Portica #EED44E
RGB
CMYK
RGB Variations
Color information
#EED44E (or 0xEED44E) is known color: Portica. HEX triplet: EE, D4 and 4E. RGB value is (238,212,78). Sum of RGB (Red+Green+Blue) = 238+212+78=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED44E is #112BB1. Grayscale: #CDCDCD. Windows color (decimal): -1125298 or 5166318. OLE color: 5166318.
HSL color Cylindrical-coordinate representation of color #EED44E: hue angle of 50.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EED44E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 78 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.07 |
| HSL | 50.25º | 0.82% | 0.62% | - |
| HSV(B) | 50.25º | 0.67% | 0.93% | - |
| XYZ | 60.18 | 65.81 | 16.74 | - |
| YUV | 204.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 78 | 0 | 0.11 | 0.67 | 0.07 | 50.25 | 0.82 | 0.62 |
| Hex | EE | D4 | 4E | 0 | B | 43 | 7 | 32 | 52 | 3E |
| Octal | 356 | 324 | 116 | 0 | 13 | 103 | 7 | 62 | 122 | 76 |
| Binary | 11101110 | 11010100 | 1001110 | 0 | 1011 | 1000011 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EED44E
Complementary color
Monochromatic Colors of #EED44E
Black with #EED44E
Text Example
Text Example
White with #EED44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED44E; }
p { color: rgb(238,212,78); }
H1.HeaderClassName
{
color: #EED44E;
}
.AnyTagClassName
{
color: #EED44E;
}
</style>
background-color css
<style>
a { background-color: #EED44E; }
a { background-color: rgb(238,212,78); }
div.DivClassName
{
background-color: #EED44E;
}
.BgClassName
{
background-color: #EED44E;
}
</style>
border-color css
<style>
span { border-color: #EED44E; }
span { border-color: rgb(238,212,78); }
td.TdClassName
{
border-color: #EED44E;
}
.TagClassName
{
border-color: #EED44E;
}
</style>