Shades of Portica #EED24E
Tints of Portica #EED24E
RGB
CMYK
RGB Variations
Color information
#EED24E (or 0xEED24E) is known color: Portica. HEX triplet: EE, D2 and 4E. RGB value is (238,210,78). Sum of RGB (Red+Green+Blue) = 238+210+78=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED24E is #112DB1. Grayscale: #CBCBCB. Windows color (decimal): -1125810 or 5165806. OLE color: 5165806.
HSL color Cylindrical-coordinate representation of color #EED24E: hue angle of 49.5º 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 #EED24E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.5º | 0.82% | 0.62% | - |
| HSV(B) | 49.5º | 0.67% | 0.93% | - |
| XYZ | 59.68 | 64.82 | 16.57 | - |
| YUV | 203.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 78 | 0 | 0.12 | 0.67 | 0.07 | 49.5 | 0.82 | 0.62 |
| Hex | EE | D2 | 4E | 0 | C | 43 | 7 | 32 | 52 | 3E |
| Octal | 356 | 322 | 116 | 0 | 14 | 103 | 7 | 62 | 122 | 76 |
| Binary | 11101110 | 11010010 | 1001110 | 0 | 1100 | 1000011 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EED24E
Complementary color
Monochromatic Colors of #EED24E
Black with #EED24E
Text Example
Text Example
White with #EED24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED24E; }
p { color: rgb(238,210,78); }
H1.HeaderClassName
{
color: #EED24E;
}
.AnyTagClassName
{
color: #EED24E;
}
</style>
background-color css
<style>
a { background-color: #EED24E; }
a { background-color: rgb(238,210,78); }
div.DivClassName
{
background-color: #EED24E;
}
.BgClassName
{
background-color: #EED24E;
}
</style>
border-color css
<style>
span { border-color: #EED24E; }
span { border-color: rgb(238,210,78); }
td.TdClassName
{
border-color: #EED24E;
}
.TagClassName
{
border-color: #EED24E;
}
</style>