#ECEA9B

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

Shades of Portafino #ECEA9B

Tints of Portafino #ECEA9B

Color information

#ECEA9B (or 0xECEA9B) is unknown color: approx Portafino. HEX triplet: EC, EA and 9B. RGB value is (236,234,155). Sum of RGB (Red+Green+Blue) = 236+234+155=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9B is #131564. Grayscale: #E1E1E1. Windows color (decimal): -1250661 or 10218220. OLE color: 10218220.

HSL color Cylindrical-coordinate representation of color #ECEA9B: hue angle of 58.52º 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 #ECEA9B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236234155-
CMYK00.010.340.07
HSL58.52º68.07%76.67%-
HSV(B)58.52º34.32%92.55%-
XYZ69.9379.0542.58-
YUV225.5988.16135.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 155 (60.94% from 255) = 24.8%
R=37.76%
G=37.44%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623415500.010.340.0758.5268.0776.67
HexECEA9B012273b444d
Octal3543522330142773104115
Binary1110110011101010100110110110001011111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA9B; }

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

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

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

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

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

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

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

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