#EAEAA0

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

Shades of Portafino #EAEAA0

Tints of Portafino #EAEAA0

Color information

#EAEAA0 (or 0xEAEAA0) is unknown color: approx Portafino. HEX triplet: EA, EA and A0. RGB value is (234,234,160). Sum of RGB (Red+Green+Blue) = 234+234+160=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAA0 is #15155F. Grayscale: #E1E1E1. Windows color (decimal): -1381728 or 10545898. OLE color: 10545898.

HSL color Cylindrical-coordinate representation of color #EAEAA0: 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 #EAEAA0 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234234160-
CMYK000.320.08
HSL60º63.79%77.25%-
HSV(B)60º31.62%91.76%-
XYZ69.778.8844.81-
YUV225.5691134.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 160 (62.89% from 255) = 25.48%
R=37.26%
G=37.26%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234160000.320.086063.7977.25
HexEAEAA0002083c404d
Octal35235224000401074100115
Binary11101010111010101010000000100000100011110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAA0; }

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

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

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

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

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

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

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

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