#EEE79D

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

Shades of Portafino #EEE79D

Tints of Portafino #EEE79D

Color information

#EEE79D (or 0xEEE79D) is unknown color: approx Portafino. HEX triplet: EE, E7 and 9D. RGB value is (238,231,157). Sum of RGB (Red+Green+Blue) = 238+231+157=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE79D is #111862. Grayscale: #E0E0E0. Windows color (decimal): -1120355 or 10348526. OLE color: 10348526.

HSL color Cylindrical-coordinate representation of color #EEE79D: hue angle of 54.81º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE79D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238231157-
CMYK00.030.340.07
HSL54.81º70.43%77.45%-
HSV(B)54.81º34.03%93.33%-
XYZ69.9277.7643.22-
YUV224.6689.82137.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 157 (61.72% from 255) = 25.08%
R=38.02%
G=36.90%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823115700.030.340.0754.8170.4377.45
HexEEE79D0322737464d
Octal3563472350342767106115
Binary11101110111001111001110101110001011111011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE79D; }

 p { color: rgb(238,231,157); }

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

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

 a { background-color: rgb(238,231,157); }

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

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

 span { border-color: rgb(238,231,157); }

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