Shades of Portafino #ECEB9A
Tints of Portafino #ECEB9A
RGB
CMYK
RGB Variations
Color information
#ECEB9A (or 0xECEB9A) is known color: Portafino. HEX triplet: EC, EB and 9A. RGB value is (236,235,154). Sum of RGB (Red+Green+Blue) = 236+235+154=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9A is #131465. Grayscale: #E2E2E2. Windows color (decimal): -1250406 or 10152940. OLE color: 10152940.
HSL color Cylindrical-coordinate representation of color #ECEB9A: hue angle of 59.27º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECEB9A is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 154 | - |
CMYK | 0 | 0.00 | 0.35 | 0.07 |
HSL | 59.27º | 0.68% | 0.76% | - |
HSV(B) | 59.27º | 0.35% | 0.93% | - |
XYZ | 70.13 | 79.58 | 42.24 | - |
YUV | 226.07 | 87.33 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 154 | 0 | 0.00 | 0.35 | 0.07 | 59.27 | 0.68 | 0.76 |
Hex | EC | EB | 9A | 0 | 0 | 23 | 7 | 3B | 44 | 4C |
Octal | 354 | 353 | 232 | 0 | 0 | 43 | 7 | 73 | 104 | 114 |
Binary | 11101100 | 11101011 | 10011010 | 0 | 0 | 100011 | 111 | 111011 | 1000100 | 1001100 |
Color Harmonies of #ECEB9A
Complementary color
Monochromatic Colors of #ECEB9A
Black with #ECEB9A
Text Example
Text Example
White with #ECEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB9A; }
p { color: rgb(236,235,154); }
H1.HeaderClassName
{
color: #ECEB9A;
}
.AnyTagClassName
{
color: #ECEB9A;
}
</style>
background-color css
<style>
a { background-color: #ECEB9A; }
a { background-color: rgb(236,235,154); }
div.DivClassName
{
background-color: #ECEB9A;
}
.BgClassName
{
background-color: #ECEB9A;
}
</style>
border-color css
<style>
span { border-color: #ECEB9A; }
span { border-color: rgb(236,235,154); }
td.TdClassName
{
border-color: #ECEB9A;
}
.TagClassName
{
border-color: #ECEB9A;
}
</style>