#EFED97

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

Shades of Portafino #EFED97

Tints of Portafino #EFED97

Color information

#EFED97 (or 0xEFED97) is unknown color: approx Portafino. HEX triplet: EF, ED and 97. RGB value is (239,237,151). Sum of RGB (Red+Green+Blue) = 239+237+151=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED97 is #101268. Grayscale: #E4E4E4. Windows color (decimal): -1053289 or 9956847. OLE color: 9956847.

HSL color Cylindrical-coordinate representation of color #EFED97: hue angle of 58.64º 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 #EFED97 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239237151-
CMYK00.010.370.06
HSL58.64º73.33%76.47%-
HSV(B)58.64º36.82%93.73%-
XYZ71.4781.1541.18-
YUV227.7984.66135.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 151 (59.38% from 255) = 24.08%
R=38.12%
G=37.80%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923715100.010.370.0658.6473.3376.47
HexEFED97012563b494c
Octal3573552270145673111114
Binary1110111111101101100101110110010111011101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED97; }

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

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

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

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

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

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

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

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