#EBECA1

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

Shades of Portafino #EBECA1

Tints of Portafino #EBECA1

Color information

#EBECA1 (or 0xEBECA1) is unknown color: approx Portafino. HEX triplet: EB, EC and A1. RGB value is (235,236,161). Sum of RGB (Red+Green+Blue) = 235+236+161=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECA1 is #14135E. Grayscale: #E3E3E3. Windows color (decimal): -1315679 or 10611947. OLE color: 10611947.

HSL color Cylindrical-coordinate representation of color #EBECA1: hue angle of 60.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBECA1 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB235236161-
CMYK0.0000.320.07
HSL60.8º66.37%77.84%-
HSV(B)60.8º31.78%92.55%-
XYZ70.6980.2345.48-
YUV227.1590.67133.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 161 (63.28% from 255) = 25.47%
R=37.18%
G=37.34%
B=25.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352361610.0000.320.0760.866.3777.84
HexEBECA1002073d424e
Octal3533542410040775102116
Binary1110101111101100101000010010000011111110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECA1; }

 p { color: rgb(235,236,161); }

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

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

 a { background-color: rgb(235,236,161); }

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

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

 span { border-color: rgb(235,236,161); }

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