#ECE79A

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

Shades of Portafino #ECE79A

Tints of Portafino #ECE79A

Color information

#ECE79A (or 0xECE79A) is unknown color: approx Portafino. HEX triplet: EC, E7 and 9A. RGB value is (236,231,154). Sum of RGB (Red+Green+Blue) = 236+231+154=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE79A is #131865. Grayscale: #E0E0E0. Windows color (decimal): -1251430 or 10151916. OLE color: 10151916.

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

Color convert

RGB236231154-
CMYK00.020.350.07
HSL56.34º68.33%76.47%-
HSV(B)56.34º34.75%92.55%-
XYZ6977.3241.86-
YUV223.7288.66136.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 154 (60.55% from 255) = 24.80%
R=38.00%
G=37.20%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623115400.020.350.0756.3468.3376.47
HexECE79A0223738444c
Octal3543472320243770104114
Binary11101100111001111001101001010001111111100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE79A; }

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

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

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

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

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

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

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

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