#ECE59A

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

Shades of Portafino #ECE59A

Tints of Portafino #ECE59A

Color information

#ECE59A (or 0xECE59A) is unknown color: approx Portafino. HEX triplet: EC, E5 and 9A. RGB value is (236,229,154). Sum of RGB (Red+Green+Blue) = 236+229+154=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE59A is #131A65. Grayscale: #DEDEDE. Windows color (decimal): -1251942 or 10151404. OLE color: 10151404.

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

Color convert

RGB236229154-
CMYK00.030.350.07
HSL54.88º68.33%76.47%-
HSV(B)54.88º34.75%92.55%-
XYZ68.4476.241.67-
YUV222.5489.32137.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 154 (60.55% from 255) = 24.88%
R=38.13%
G=37.00%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622915400.030.350.0754.8868.3376.47
HexECE59A0323737444c
Octal3543452320343767104114
Binary11101100111001011001101001110001111111011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE59A; }

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

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

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

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

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

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

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

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