#ECE69C

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

Shades of Portafino #ECE69C

Tints of Portafino #ECE69C

Color information

#ECE69C (or 0xECE69C) is unknown color: approx Portafino. HEX triplet: EC, E6 and 9C. RGB value is (236,230,156). Sum of RGB (Red+Green+Blue) = 236+230+156=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE69C is #131963. Grayscale: #DFDFDF. Windows color (decimal): -1251684 or 10282732. OLE color: 10282732.

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

Color convert

RGB236230156-
CMYK00.030.340.07
HSL55.5º67.8%76.86%-
HSV(B)55.5º33.9%92.55%-
XYZ68.8976.8342.65-
YUV223.3689.99137.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 156 (61.33% from 255) = 25.08%
R=37.94%
G=36.98%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623015600.030.340.0755.567.876.86
HexECE69C0322738444d
Octal3543462340342770104115
Binary11101100111001101001110001110001011111100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE69C; }

 p { color: rgb(236,230,156); }

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

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

 a { background-color: rgb(236,230,156); }

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

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

 span { border-color: rgb(236,230,156); }

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