#EFF0BE

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

Shades of Chiffon #EFF0BE

Tints of Chiffon #EFF0BE

Color information

#EFF0BE (or 0xEFF0BE) is unknown color: approx Chiffon. HEX triplet: EF, F0 and BE. RGB value is (239,240,190). Sum of RGB (Red+Green+Blue) = 239+240+190=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BE is #100F41. Grayscale: #EAEAEA. Windows color (decimal): -1052482 or 12513519. OLE color: 12513519.

HSL color Cylindrical-coordinate representation of color #EFF0BE: hue angle of 61.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF0BE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239240190-
CMYK0.0000.210.06
HSL61.2º62.5%84.31%-
HSV(B)61.2º20.83%94.12%-
XYZ76.0584.3961-
YUV234103.17131.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 190 (74.61% from 255) = 28.40%
R=35.72%
G=35.87%
B=28.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401900.0000.210.0661.262.584.31
HexEFF0BE001563d3e54
Octal357360276002567576124
Binary11101111111100001011111000101011101111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0BE; }

 p { color: rgb(239,240,190); }

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

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

 a { background-color: rgb(239,240,190); }

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

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

 span { border-color: rgb(239,240,190); }

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