#EFF2BC

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

Shades of Chiffon #EFF2BC

Tints of Chiffon #EFF2BC

Color information

#EFF2BC (or 0xEFF2BC) is unknown color: approx Chiffon. HEX triplet: EF, F2 and BC. RGB value is (239,242,188). Sum of RGB (Red+Green+Blue) = 239+242+188=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2BC is #100D43. Grayscale: #EBEBEB. Windows color (decimal): -1051972 or 12382959. OLE color: 12382959.

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

Color convert

RGB239242188-
CMYK0.0100.220.05
HSL63.33º67.5%84.31%-
HSV(B)63.33º22.31%94.9%-
XYZ76.4385.4960.05-
YUV234.95101.51130.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 28.10%
R=35.72%
G=36.17%
B=28.10%

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
Decimal2392421880.0100.220.0563.3367.584.31
HexEFF2BC101653f4454
Octal3573622741026577104124
Binary111011111111001010111100101011010111111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2BC; }

 p { color: rgb(239,242,188); }

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

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

 a { background-color: rgb(239,242,188); }

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

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

 span { border-color: rgb(239,242,188); }

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