#EBEEA1

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

Shades of Portafino #EBEEA1

Tints of Portafino #EBEEA1

Color information

#EBEEA1 (or 0xEBEEA1) is unknown color: approx Portafino. HEX triplet: EB, EE and A1. RGB value is (235,238,161). Sum of RGB (Red+Green+Blue) = 235+238+161=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEA1 is #14115E. Grayscale: #E4E4E4. Windows color (decimal): -1315167 or 10612459. OLE color: 10612459.

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

Color convert

RGB235238161-
CMYK0.0100.320.07
HSL62.34º69.37%78.24%-
HSV(B)62.34º32.35%93.33%-
XYZ71.2781.3845.67-
YUV228.3290.01132.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=37.07%
G=37.54%
B=25.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352381610.0100.320.0762.3469.3778.24
HexEBEEA1102073e454e
Octal3533562411040776105116
Binary1110101111101110101000011010000011111111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEA1; }

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

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

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

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

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

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

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

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