Shades of Portica #EAD053
Tints of Portica #EAD053
RGB
CMYK
RGB Variations
Color information
#EAD053 (or 0xEAD053) is known color: Portica. HEX triplet: EA, D0 and 53. RGB value is (234,208,83). Sum of RGB (Red+Green+Blue) = 234+208+83=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD053 is #152FAC. Grayscale: #CACACA. Windows color (decimal): -1388461 or 5492970. OLE color: 5492970.
HSL color Cylindrical-coordinate representation of color #EAD053: hue angle of 49.67º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD053 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.08 |
| HSL | 49.67º | 0.78% | 0.62% | - |
| HSV(B) | 49.67º | 0.65% | 0.92% | - |
| XYZ | 58.05 | 63.23 | 17.33 | - |
| YUV | 201.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 83 | 0 | 0.11 | 0.65 | 0.08 | 49.67 | 0.78 | 0.62 |
| Hex | EA | D0 | 53 | 0 | B | 41 | 8 | 32 | 4E | 3E |
| Octal | 352 | 320 | 123 | 0 | 13 | 101 | 10 | 62 | 116 | 76 |
| Binary | 11101010 | 11010000 | 1010011 | 0 | 1011 | 1000001 | 1000 | 110010 | 1001110 | 111110 |
Color Harmonies of #EAD053
Complementary color
Monochromatic Colors of #EAD053
Black with #EAD053
Text Example
Text Example
White with #EAD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD053; }
p { color: rgb(234,208,83); }
H1.HeaderClassName
{
color: #EAD053;
}
.AnyTagClassName
{
color: #EAD053;
}
</style>
background-color css
<style>
a { background-color: #EAD053; }
a { background-color: rgb(234,208,83); }
div.DivClassName
{
background-color: #EAD053;
}
.BgClassName
{
background-color: #EAD053;
}
</style>
border-color css
<style>
span { border-color: #EAD053; }
span { border-color: rgb(234,208,83); }
td.TdClassName
{
border-color: #EAD053;
}
.TagClassName
{
border-color: #EAD053;
}
</style>