#EAEA9D

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

Shades of Portafino #EAEA9D

Tints of Portafino #EAEA9D

Color information

#EAEA9D (or 0xEAEA9D) is unknown color: approx Portafino. HEX triplet: EA, EA and 9D. RGB value is (234,234,157). Sum of RGB (Red+Green+Blue) = 234+234+157=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA9D is #151562. Grayscale: #E1E1E1. Windows color (decimal): -1381731 or 10349290. OLE color: 10349290.

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

Color convert

RGB234234157-
CMYK000.330.08
HSL60º64.71%76.67%-
HSV(B)60º32.91%91.76%-
XYZ69.4478.7743.44-
YUV225.2289.5134.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=37.44%
G=37.44%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234157000.330.086064.7176.67
HexEAEA9D002183c414d
Octal35235223500411074101115
Binary11101010111010101001110100100001100011110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA9D; }

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

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

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

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

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

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

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

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