#EFF1BA

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

Shades of Chiffon #EFF1BA

Tints of Chiffon #EFF1BA

Color information

#EFF1BA (or 0xEFF1BA) is unknown color: approx Chiffon. HEX triplet: EF, F1 and BA. RGB value is (239,241,186). Sum of RGB (Red+Green+Blue) = 239+241+186=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1BA is #100E45. Grayscale: #EAEAEA. Windows color (decimal): -1052230 or 12251631. OLE color: 12251631.

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

Color convert

RGB239241186-
CMYK0.0100.230.05
HSL62.18º66.27%83.73%-
HSV(B)62.18º22.82%94.51%-
XYZ75.9184.8158.82-
YUV234.13100.84131.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=35.89%
G=36.19%
B=27.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411860.0100.230.0562.1866.2783.73
HexEFF1BA101753e4254
Octal3573612721027576102124
Binary111011111111000110111010101011110111111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1BA; }

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

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

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

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

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

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

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

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