#EFF1BF

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

Shades of Chiffon #EFF1BF

Tints of Chiffon #EFF1BF

Color information

#EFF1BF (or 0xEFF1BF) is unknown color: approx Chiffon. HEX triplet: EF, F1 and BF. RGB value is (239,241,191). Sum of RGB (Red+Green+Blue) = 239+241+191=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1BF is #100E40. Grayscale: #EAEAEA. Windows color (decimal): -1052225 or 12579311. OLE color: 12579311.

HSL color Cylindrical-coordinate representation of color #EFF1BF: hue angle of 62.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF1BF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB239241191-
CMYK0.0100.210.05
HSL62.4º64.1%84.71%-
HSV(B)62.4º20.75%94.51%-
XYZ76.4685.0261.67-
YUV234.7103.34131.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 191 (75% from 255) = 28.46%
R=35.62%
G=35.92%
B=28.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411910.0100.210.0562.464.184.71
HexEFF1BF101553e4055
Octal3573612771025576100125
Binary111011111111000110111111101010110111111010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1BF; }

 p { color: rgb(239,241,191); }

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

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

 a { background-color: rgb(239,241,191); }

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

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

 span { border-color: rgb(239,241,191); }

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