#EAE99D

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

Shades of Portafino #EAE99D

Tints of Portafino #EAE99D

Color information

#EAE99D (or 0xEAE99D) is unknown color: approx Portafino. HEX triplet: EA, E9 and 9D. RGB value is (234,233,157). Sum of RGB (Red+Green+Blue) = 234+233+157=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99D is #151662. Grayscale: #E0E0E0. Windows color (decimal): -1381987 or 10349034. OLE color: 10349034.

HSL color Cylindrical-coordinate representation of color #EAE99D: hue angle of 59.22º 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 #EAE99D is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234233157-
CMYK00.000.330.08
HSL59.22º64.71%76.67%-
HSV(B)59.22º32.91%91.76%-
XYZ69.1678.243.35-
YUV224.6389.83134.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 157 (61.72% from 255) = 25.16%
R=37.5%
G=37.34%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423315700.000.330.0859.2264.7176.67
HexEAE99D002183b414d
Octal35235123500411073101115
Binary11101010111010011001110100100001100011101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE99D; }

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

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

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

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

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

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

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

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