#EEEB98

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

Shades of Portafino #EEEB98

Tints of Portafino #EEEB98

Color information

#EEEB98 (or 0xEEEB98) is unknown color: approx Portafino. HEX triplet: EE, EB and 98. RGB value is (238,235,152). Sum of RGB (Red+Green+Blue) = 238+235+152=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB98 is #111467. Grayscale: #E2E2E2. Windows color (decimal): -1119336 or 10021870. OLE color: 10021870.

HSL color Cylindrical-coordinate representation of color #EEEB98: hue angle of 57.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEEB98 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238235152-
CMYK00.010.360.07
HSL57.91º71.67%76.47%-
HSV(B)57.91º36.13%93.33%-
XYZ70.6479.8641.4-
YUV226.4385.99136.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=38.08%
G=37.6%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823515200.010.360.0757.9171.6776.47
HexEEEB98012473a484c
Octal3563532300144772110114
Binary1110111011101011100110000110010011111101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB98; }

 p { color: rgb(238,235,152); }

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

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

 a { background-color: rgb(238,235,152); }

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

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

 span { border-color: rgb(238,235,152); }

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