#EAE99C

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

Shades of Portafino #EAE99C

Tints of Portafino #EAE99C

Color information

#EAE99C (or 0xEAE99C) is unknown color: approx Portafino. HEX triplet: EA, E9 and 9C. RGB value is (234,233,156). Sum of RGB (Red+Green+Blue) = 234+233+156=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 156 (61.33% from 255 or 25.04% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99C is #151663. Grayscale: #E0E0E0. Windows color (decimal): -1381988 or 10283498. OLE color: 10283498.

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

Color convert

RGB234233156-
CMYK00.000.330.08
HSL59.23º65%76.47%-
HSV(B)59.23º33.33%91.76%-
XYZ69.0778.1742.9-
YUV224.5289.33134.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 156 (61.33% from 255) = 25.04%
R=37.56%
G=37.40%
B=25.04%

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
Decimal23423315600.000.330.0859.236576.47
HexEAE99C002183b414c
Octal35235123400411073101114
Binary11101010111010011001110000100001100011101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE99C; }

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

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

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

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

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

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

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

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