#EFEA97

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

Shades of Portafino #EFEA97

Tints of Portafino #EFEA97

Color information

#EFEA97 (or 0xEFEA97) is unknown color: approx Portafino. HEX triplet: EF, EA and 97. RGB value is (239,234,151). Sum of RGB (Red+Green+Blue) = 239+234+151=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA97 is #101568. Grayscale: #E2E2E2. Windows color (decimal): -1054057 or 9956079. OLE color: 9956079.

HSL color Cylindrical-coordinate representation of color #EFEA97: hue angle of 56.59º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFEA97 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239234151-
CMYK00.020.370.06
HSL56.59º73.33%76.47%-
HSV(B)56.59º36.82%93.73%-
XYZ70.6179.4340.89-
YUV226.0385.66137.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 151 (59.38% from 255) = 24.20%
R=38.30%
G=37.5%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923415100.020.370.0656.5973.3376.47
HexEFEA970225639494c
Octal3573522270245671111114
Binary11101111111010101001011101010010111011100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA97; }

 p { color: rgb(239,234,151); }

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

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

 a { background-color: rgb(239,234,151); }

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

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

 span { border-color: rgb(239,234,151); }

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