#ECEB9A

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

Shades of Portafino #ECEB9A

Tints of Portafino #ECEB9A

Color information

#ECEB9A (or 0xECEB9A) is unknown color: approx 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

RGB236235154-
CMYK00.000.350.07
HSL59.27º68.33%76.47%-
HSV(B)59.27º34.75%92.55%-
XYZ70.1379.5842.24-
YUV226.0687.33135.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 154 (60.55% from 255) = 24.64%
R=37.76%
G=37.6%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623515400.000.350.0759.2768.3376.47
HexECEB9A002373b444c
Octal3543532320043773104114
Binary1110110011101011100110100010001111111101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>