Shades of Portica #EED54C
Tints of Portica #EED54C
RGB
CMYK
RGB Variations
Color information
#EED54C (or 0xEED54C) is known color: Portica. HEX triplet: EE, D5 and 4C. RGB value is (238,213,76). Sum of RGB (Red+Green+Blue) = 238+213+76=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED54C is #112AB3. Grayscale: #CDCDCD. Windows color (decimal): -1125044 or 5035502. OLE color: 5035502.
HSL color Cylindrical-coordinate representation of color #EED54C: hue angle of 50.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED54C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 76 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.74º | 0.83% | 0.62% | - |
| HSV(B) | 50.74º | 0.68% | 0.93% | - |
| XYZ | 60.36 | 66.29 | 16.45 | - |
| YUV | 204.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 76 | 0 | 0.11 | 0.68 | 0.07 | 50.74 | 0.83 | 0.62 |
| Hex | EE | D5 | 4C | 0 | B | 44 | 7 | 33 | 53 | 3E |
| Octal | 356 | 325 | 114 | 0 | 13 | 104 | 7 | 63 | 123 | 76 |
| Binary | 11101110 | 11010101 | 1001100 | 0 | 1011 | 1000100 | 111 | 110011 | 1010011 | 111110 |
Color Harmonies of #EED54C
Complementary color
Monochromatic Colors of #EED54C
Black with #EED54C
Text Example
Text Example
White with #EED54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED54C; }
p { color: rgb(238,213,76); }
H1.HeaderClassName
{
color: #EED54C;
}
.AnyTagClassName
{
color: #EED54C;
}
</style>
background-color css
<style>
a { background-color: #EED54C; }
a { background-color: rgb(238,213,76); }
div.DivClassName
{
background-color: #EED54C;
}
.BgClassName
{
background-color: #EED54C;
}
</style>
border-color css
<style>
span { border-color: #EED54C; }
span { border-color: rgb(238,213,76); }
td.TdClassName
{
border-color: #EED54C;
}
.TagClassName
{
border-color: #EED54C;
}
</style>