Shades of Portica #EAD250
Tints of Portica #EAD250
RGB
CMYK
RGB Variations
Color information
#EAD250 (or 0xEAD250) is known color: Portica. HEX triplet: EA, D2 and 50. RGB value is (234,210,80). Sum of RGB (Red+Green+Blue) = 234+210+80=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD250 is #152DAF. Grayscale: #CACACA. Windows color (decimal): -1387952 or 5296874. OLE color: 5296874.
HSL color Cylindrical-coordinate representation of color #EAD250: hue angle of 50.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAD250 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 80 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.08 |
| HSL | 50.65º | 0.79% | 0.62% | - |
| HSV(B) | 50.65º | 0.66% | 0.92% | - |
| XYZ | 58.43 | 64.16 | 16.9 | - |
| YUV | 202.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 80 | 0 | 0.10 | 0.66 | 0.08 | 50.65 | 0.79 | 0.62 |
| Hex | EA | D2 | 50 | 0 | A | 42 | 8 | 33 | 4F | 3E |
| Octal | 352 | 322 | 120 | 0 | 12 | 102 | 10 | 63 | 117 | 76 |
| Binary | 11101010 | 11010010 | 1010000 | 0 | 1010 | 1000010 | 1000 | 110011 | 1001111 | 111110 |
Color Harmonies of #EAD250
Complementary color
Monochromatic Colors of #EAD250
Black with #EAD250
Text Example
Text Example
White with #EAD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD250; }
p { color: rgb(234,210,80); }
H1.HeaderClassName
{
color: #EAD250;
}
.AnyTagClassName
{
color: #EAD250;
}
</style>
background-color css
<style>
a { background-color: #EAD250; }
a { background-color: rgb(234,210,80); }
div.DivClassName
{
background-color: #EAD250;
}
.BgClassName
{
background-color: #EAD250;
}
</style>
border-color css
<style>
span { border-color: #EAD250; }
span { border-color: rgb(234,210,80); }
td.TdClassName
{
border-color: #EAD250;
}
.TagClassName
{
border-color: #EAD250;
}
</style>