Shades of Portica #EED34F
Tints of Portica #EED34F
RGB
CMYK
RGB Variations
Color information
#EED34F (or 0xEED34F) is known color: Portica. HEX triplet: EE, D3 and 4F. RGB value is (238,211,79). Sum of RGB (Red+Green+Blue) = 238+211+79=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED34F is #112CB0. Grayscale: #CCCCCC. Windows color (decimal): -1125553 or 5231598. OLE color: 5231598.
HSL color Cylindrical-coordinate representation of color #EED34F: hue angle of 49.81º 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 #EED34F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 79 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.07 |
| HSL | 49.81º | 0.82% | 0.62% | - |
| HSV(B) | 49.81º | 0.67% | 0.93% | - |
| XYZ | 59.97 | 65.33 | 16.85 | - |
| YUV | 204.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 79 | 0 | 0.11 | 0.67 | 0.07 | 49.81 | 0.82 | 0.62 |
| Hex | EE | D3 | 4F | 0 | B | 43 | 7 | 32 | 52 | 3E |
| Octal | 356 | 323 | 117 | 0 | 13 | 103 | 7 | 62 | 122 | 76 |
| Binary | 11101110 | 11010011 | 1001111 | 0 | 1011 | 1000011 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EED34F
Complementary color
Monochromatic Colors of #EED34F
Black with #EED34F
Text Example
Text Example
White with #EED34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED34F; }
p { color: rgb(238,211,79); }
H1.HeaderClassName
{
color: #EED34F;
}
.AnyTagClassName
{
color: #EED34F;
}
</style>
background-color css
<style>
a { background-color: #EED34F; }
a { background-color: rgb(238,211,79); }
div.DivClassName
{
background-color: #EED34F;
}
.BgClassName
{
background-color: #EED34F;
}
</style>
border-color css
<style>
span { border-color: #EED34F; }
span { border-color: rgb(238,211,79); }
td.TdClassName
{
border-color: #EED34F;
}
.TagClassName
{
border-color: #EED34F;
}
</style>