#EEED98

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

Shades of Portafino #EEED98

Tints of Portafino #EEED98

Color information

#EEED98 (or 0xEEED98) is unknown color: approx Portafino. HEX triplet: EE, ED and 98. RGB value is (238,237,152). Sum of RGB (Red+Green+Blue) = 238+237+152=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED98 is #111267. Grayscale: #E3E3E3. Windows color (decimal): -1118824 or 10022382. OLE color: 10022382.

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

Color convert

RGB238237152-
CMYK00.000.360.07
HSL59.3º71.67%76.47%-
HSV(B)59.3º36.13%93.33%-
XYZ71.2181.0141.59-
YUV227.6185.33135.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 152 (59.77% from 255) = 24.24%
R=37.96%
G=37.80%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823715200.000.360.0759.371.6776.47
HexEEED98002473b484c
Octal3563552300044773110114
Binary1110111011101101100110000010010011111101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEED98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEED98; }

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

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

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

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

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

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

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

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