#EEE69D

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

Shades of Portafino #EEE69D

Tints of Portafino #EEE69D

Color information

#EEE69D (or 0xEEE69D) is unknown color: approx Portafino. HEX triplet: EE, E6 and 9D. RGB value is (238,230,157). Sum of RGB (Red+Green+Blue) = 238+230+157=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE69D is #111962. Grayscale: #E0E0E0. Windows color (decimal): -1120611 or 10348270. OLE color: 10348270.

HSL color Cylindrical-coordinate representation of color #EEE69D: hue angle of 54.07º 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 #EEE69D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238230157-
CMYK00.030.340.07
HSL54.07º70.43%77.45%-
HSV(B)54.07º34.03%93.33%-
XYZ69.6477.2143.13-
YUV224.0790.15137.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=38.08%
G=36.8%
B=25.12%

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
Decimal23823015700.030.340.0754.0770.4377.45
HexEEE69D0322736464d
Octal3563462350342766106115
Binary11101110111001101001110101110001011111011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE69D; }

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

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

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

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

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

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

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

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