#EFF1BD

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

Shades of Chiffon #EFF1BD

Tints of Chiffon #EFF1BD

Color information

#EFF1BD (or 0xEFF1BD) is unknown color: approx Chiffon. HEX triplet: EF, F1 and BD. RGB value is (239,241,189). Sum of RGB (Red+Green+Blue) = 239+241+189=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1BD is #100E42. Grayscale: #EAEAEA. Windows color (decimal): -1052227 or 12448239. OLE color: 12448239.

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

Color convert

RGB239241189-
CMYK0.0100.220.05
HSL62.31º65%84.31%-
HSV(B)62.31º21.58%94.51%-
XYZ76.2484.9460.52-
YUV234.47102.34131.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=35.72%
G=36.02%
B=28.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411890.0100.220.0562.316584.31
HexEFF1BD101653e4154
Octal3573612751026576101124
Binary111011111111000110111101101011010111111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1BD; }

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

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

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

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

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

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

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

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