Shades of Portica #EED24F
Tints of Portica #EED24F
RGB
CMYK
RGB Variations
Color information
#EED24F (or 0xEED24F) is known color: Portica. HEX triplet: EE, D2 and 4F. RGB value is (238,210,79). Sum of RGB (Red+Green+Blue) = 238+210+79=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED24F is #112DB0. Grayscale: #CBCBCB. Windows color (decimal): -1125809 or 5231342. OLE color: 5231342.
HSL color Cylindrical-coordinate representation of color #EED24F: hue angle of 49.43º 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 #EED24F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 79 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.43º | 0.82% | 0.62% | - |
| HSV(B) | 49.43º | 0.67% | 0.93% | - |
| XYZ | 59.72 | 64.83 | 16.76 | - |
| YUV | 203.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 79 | 0 | 0.12 | 0.67 | 0.07 | 49.43 | 0.82 | 0.62 |
| Hex | EE | D2 | 4F | 0 | C | 43 | 7 | 31 | 52 | 3E |
| Octal | 356 | 322 | 117 | 0 | 14 | 103 | 7 | 61 | 122 | 76 |
| Binary | 11101110 | 11010010 | 1001111 | 0 | 1100 | 1000011 | 111 | 110001 | 1010010 | 111110 |
Color Harmonies of #EED24F
Complementary color
Monochromatic Colors of #EED24F
Black with #EED24F
Text Example
Text Example
White with #EED24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED24F; }
p { color: rgb(238,210,79); }
H1.HeaderClassName
{
color: #EED24F;
}
.AnyTagClassName
{
color: #EED24F;
}
</style>
background-color css
<style>
a { background-color: #EED24F; }
a { background-color: rgb(238,210,79); }
div.DivClassName
{
background-color: #EED24F;
}
.BgClassName
{
background-color: #EED24F;
}
</style>
border-color css
<style>
span { border-color: #EED24F; }
span { border-color: rgb(238,210,79); }
td.TdClassName
{
border-color: #EED24F;
}
.TagClassName
{
border-color: #EED24F;
}
</style>