#ECEB9B

Color #ECEB9B Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #ECEB9B

Tints of Portafino #ECEB9B

Color information

#ECEB9B (or 0xECEB9B) is unknown color: approx Portafino. HEX triplet: EC, EB and 9B. RGB value is (236,235,155). Sum of RGB (Red+Green+Blue) = 236+235+155=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9B is #131464. Grayscale: #E2E2E2. Windows color (decimal): -1250405 or 10218476. OLE color: 10218476.

HSL color Cylindrical-coordinate representation of color #ECEB9B: hue angle of 59.26º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECEB9B is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236235155-
CMYK00.000.340.07
HSL59.26º68.07%76.67%-
HSV(B)59.26º34.32%92.55%-
XYZ70.2279.6242.68-
YUV226.1887.83135-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 155 (60.94% from 255) = 24.76%
R=37.70%
G=37.54%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623515500.000.340.0759.2668.0776.67
HexECEB9B002273b444d
Octal3543532330042773104115
Binary1110110011101011100110110010001011111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB9B; }

 p { color: rgb(236,235,155); }

 H1.HeaderClassName
 {
   color: #ECEB9B;
 }
 .AnyTagClassName
 {
   color: #ECEB9B;
 }
</style>
background-color css

<style>
 a { background-color: #ECEB9B; }

 a { background-color: rgb(236,235,155); }

 div.DivClassName
 {
   background-color: #ECEB9B;
 }
 .BgClassName
 {
   background-color: #ECEB9B;
 }
</style>
border-color css

<style>
 span { border-color: #ECEB9B; }

 span { border-color: rgb(236,235,155); }

 td.TdClassName
 {
   border-color: #ECEB9B;
 }
 .TagClassName
 {
   border-color: #ECEB9B;
 }
</style>