#EFF1BE

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

Shades of Chiffon #EFF1BE

Tints of Chiffon #EFF1BE

Color information

#EFF1BE (or 0xEFF1BE) is unknown color: approx Chiffon. HEX triplet: EF, F1 and BE. RGB value is (239,241,190). Sum of RGB (Red+Green+Blue) = 239+241+190=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1BE is #100E41. Grayscale: #EAEAEA. Windows color (decimal): -1052226 or 12513775. OLE color: 12513775.

HSL color Cylindrical-coordinate representation of color #EFF1BE: hue angle of 62.35º degrees, saturation: 0.65, 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 #EFF1BE is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB239241190-
CMYK0.0100.210.05
HSL62.35º64.56%84.51%-
HSV(B)62.35º21.16%94.51%-
XYZ76.3584.9861.09-
YUV234.59102.84131.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=35.67%
G=35.97%
B=28.36%

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
Decimal2392411900.0100.210.0562.3564.5684.51
HexEFF1BE101553e4155
Octal3573612761025576101125
Binary111011111111000110111110101010110111111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1BE; }

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

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

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

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

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

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

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

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