#EAEA9F

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

Shades of Portafino #EAEA9F

Tints of Portafino #EAEA9F

Color information

#EAEA9F (or 0xEAEA9F) is unknown color: approx Portafino. HEX triplet: EA, EA and 9F. RGB value is (234,234,159). Sum of RGB (Red+Green+Blue) = 234+234+159=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA9F is #151560. Grayscale: #E1E1E1. Windows color (decimal): -1381729 or 10480362. OLE color: 10480362.

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

Color convert

RGB234234159-
CMYK000.320.08
HSL60º64.1%77.06%-
HSV(B)60º32.05%91.76%-
XYZ69.6178.8444.35-
YUV225.4590.5134.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 159 (62.5% from 255) = 25.36%
R=37.32%
G=37.32%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234159000.320.086064.177.06
HexEAEA9F002083c404d
Octal35235223700401074100115
Binary11101010111010101001111100100000100011110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA9F; }

 p { color: rgb(234,234,159); }

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

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

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

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

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

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

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