#EAE799

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

Shades of Portafino #EAE799

Tints of Portafino #EAE799

Color information

#EAE799 (or 0xEAE799) is unknown color: approx Portafino. HEX triplet: EA, E7 and 99. RGB value is (234,231,153). Sum of RGB (Red+Green+Blue) = 234+231+153=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE799 is #151866. Grayscale: #DFDFDF. Windows color (decimal): -1382503 or 10086378. OLE color: 10086378.

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

Color convert

RGB234231153-
CMYK00.010.350.08
HSL57.78º65.85%75.88%-
HSV(B)57.78º34.62%91.76%-
XYZ68.2676.9441.39-
YUV22388.49135.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 153 (60.16% from 255) = 24.76%
R=37.86%
G=37.38%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423115300.010.350.0857.7865.8575.88
HexEAE799012383a424c
Octal35234723101431072102114
Binary11101010111001111001100101100011100011101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE799; }

 p { color: rgb(234,231,153); }

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

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

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

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

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

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

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