#EFEB9C

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

Shades of Portafino #EFEB9C

Tints of Portafino #EFEB9C

Color information

#EFEB9C (or 0xEFEB9C) is unknown color: approx Portafino. HEX triplet: EF, EB and 9C. RGB value is (239,235,156). Sum of RGB (Red+Green+Blue) = 239+235+156=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB9C is #101463. Grayscale: #E3E3E3. Windows color (decimal): -1053796 or 10284015. OLE color: 10284015.

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

Color convert

RGB239235156-
CMYK00.020.350.06
HSL57.11º72.17%77.45%-
HSV(B)57.11º34.73%93.73%-
XYZ71.3180.1743.17-
YUV227.1987.83136.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 156 (61.33% from 255) = 24.76%
R=37.94%
G=37.30%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923515600.020.350.0657.1172.1777.45
HexEFEB9C0223639484d
Octal3573532340243671110115
Binary11101111111010111001110001010001111011100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB9C; }

 p { color: rgb(239,235,156); }

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

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

 a { background-color: rgb(239,235,156); }

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

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

 span { border-color: rgb(239,235,156); }

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