#EEF19D

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

Shades of Portafino #EEF19D

Tints of Portafino #EEF19D

Color information

#EEF19D (or 0xEEF19D) is unknown color: approx Portafino. HEX triplet: EE, F1 and 9D. RGB value is (238,241,157). Sum of RGB (Red+Green+Blue) = 238+241+157=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 157 (61.72% from 255 or 24.69% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF19D is #110E62. Grayscale: #E6E6E6. Windows color (decimal): -1117795 or 10351086. OLE color: 10351086.

HSL color Cylindrical-coordinate representation of color #EEF19D: hue angle of 62.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEF19D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB238241157-
CMYK0.0100.350.05
HSL62.14º75%78.04%-
HSV(B)62.14º34.85%94.51%-
XYZ72.883.5244.18-
YUV230.5386.51133.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 157 (61.72% from 255) = 24.69%
R=37.42%
G=37.89%
B=24.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411570.0100.350.0562.147578.04
HexEEF19D102353e4b4e
Octal3563612351043576113116
Binary1110111011110001100111011010001110111111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF19D; }

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

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

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

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

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

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

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

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