#EAEB9C

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

Shades of Portafino #EAEB9C

Tints of Portafino #EAEB9C

Color information

#EAEB9C (or 0xEAEB9C) is unknown color: approx Portafino. HEX triplet: EA, EB and 9C. RGB value is (234,235,156). Sum of RGB (Red+Green+Blue) = 234+235+156=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB9C is #151463. Grayscale: #E2E2E2. Windows color (decimal): -1381476 or 10284010. OLE color: 10284010.

HSL color Cylindrical-coordinate representation of color #EAEB9C: hue angle of 60.76º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAEB9C is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234235156-
CMYK0.0000.340.08
HSL60.76º66.39%76.67%-
HSV(B)60.76º33.62%92.16%-
XYZ69.6479.3143.09-
YUV225.788.67133.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 156 (61.33% from 255) = 24.96%
R=37.44%
G=37.6%
B=24.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351560.0000.340.0860.7666.3976.67
HexEAEB9C002283d424d
Octal35235323400421075102115
Binary11101010111010111001110000100010100011110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB9C; }

 p { color: rgb(234,235,156); }

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

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

 a { background-color: rgb(234,235,156); }

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

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

 span { border-color: rgb(234,235,156); }

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