Shades of Portica #EED54D
Tints of Portica #EED54D
RGB
CMYK
RGB Variations
Color information
#EED54D (or 0xEED54D) is known color: Portica. HEX triplet: EE, D5 and 4D. RGB value is (238,213,77). Sum of RGB (Red+Green+Blue) = 238+213+77=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED54D is #112AB2. Grayscale: #CDCDCD. Windows color (decimal): -1125043 or 5101038. OLE color: 5101038.
HSL color Cylindrical-coordinate representation of color #EED54D: hue angle of 50.68º 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 #EED54D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 77 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.68º | 0.83% | 0.62% | - |
| HSV(B) | 50.68º | 0.68% | 0.93% | - |
| XYZ | 60.39 | 66.3 | 16.64 | - |
| YUV | 204.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 77 | 0 | 0.11 | 0.68 | 0.07 | 50.68 | 0.83 | 0.62 |
| Hex | EE | D5 | 4D | 0 | B | 44 | 7 | 33 | 53 | 3E |
| Octal | 356 | 325 | 115 | 0 | 13 | 104 | 7 | 63 | 123 | 76 |
| Binary | 11101110 | 11010101 | 1001101 | 0 | 1011 | 1000100 | 111 | 110011 | 1010011 | 111110 |
Color Harmonies of #EED54D
Complementary color
Monochromatic Colors of #EED54D
Black with #EED54D
Text Example
Text Example
White with #EED54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED54D; }
p { color: rgb(238,213,77); }
H1.HeaderClassName
{
color: #EED54D;
}
.AnyTagClassName
{
color: #EED54D;
}
</style>
background-color css
<style>
a { background-color: #EED54D; }
a { background-color: rgb(238,213,77); }
div.DivClassName
{
background-color: #EED54D;
}
.BgClassName
{
background-color: #EED54D;
}
</style>
border-color css
<style>
span { border-color: #EED54D; }
span { border-color: rgb(238,213,77); }
td.TdClassName
{
border-color: #EED54D;
}
.TagClassName
{
border-color: #EED54D;
}
</style>