#EAE99B

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

Shades of Portafino #EAE99B

Tints of Portafino #EAE99B

Color information

#EAE99B (or 0xEAE99B) is unknown color: approx Portafino. HEX triplet: EA, E9 and 9B. RGB value is (234,233,155). Sum of RGB (Red+Green+Blue) = 234+233+155=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99B is #151664. Grayscale: #E0E0E0. Windows color (decimal): -1381989 or 10217962. OLE color: 10217962.

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

Color convert

RGB234233155-
CMYK00.000.340.08
HSL59.24º65.29%76.27%-
HSV(B)59.24º33.76%91.76%-
XYZ68.9978.1442.46-
YUV224.4188.83134.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 233 (91.41% from 255) = 37.46%
BLUE value IS 155 (60.94% from 255) = 24.92%
R=37.62%
G=37.46%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423315500.000.340.0859.2465.2976.27
HexEAE99B002283b414c
Octal35235123300421073101114
Binary11101010111010011001101100100010100011101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE99B; }

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

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

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

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

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

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

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

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