#EAEDA0

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

Shades of Portafino #EAEDA0

Tints of Portafino #EAEDA0

Color information

#EAEDA0 (or 0xEAEDA0) is unknown color: approx Portafino. HEX triplet: EA, ED and A0. RGB value is (234,237,160). Sum of RGB (Red+Green+Blue) = 234+237+160=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA0 is #15125F. Grayscale: #E3E3E3. Windows color (decimal): -1380960 or 10546666. OLE color: 10546666.

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

Color convert

RGB234237160-
CMYK0.0100.320.07
HSL62.34º68.14%77.84%-
HSV(B)62.34º32.49%92.94%-
XYZ70.5680.645.1-
YUV227.3290.01132.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 160 (62.89% from 255) = 25.36%
R=37.08%
G=37.56%
B=25.36%

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
Decimal2342371600.0100.320.0762.3468.1477.84
HexEAEDA0102073e444e
Octal3523552401040776104116
Binary1110101011101101101000001010000011111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDA0; }

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

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

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

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

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

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

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

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