#ECEA9A

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

Shades of Portafino #ECEA9A

Tints of Portafino #ECEA9A

Color information

#ECEA9A (or 0xECEA9A) is unknown color: approx Portafino. HEX triplet: EC, EA and 9A. RGB value is (236,234,154). Sum of RGB (Red+Green+Blue) = 236+234+154=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9A is #131565. Grayscale: #E1E1E1. Windows color (decimal): -1250662 or 10152684. OLE color: 10152684.

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

Color convert

RGB236234154-
CMYK00.010.350.07
HSL58.54º68.33%76.47%-
HSV(B)58.54º34.75%92.55%-
XYZ69.8579.0142.14-
YUV225.4887.66135.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=37.82%
G=37.5%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623415400.010.350.0758.5468.3376.47
HexECEA9A012373b444c
Octal3543522320143773104114
Binary1110110011101010100110100110001111111101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA9A; }

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

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

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

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

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

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

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

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