#EFF0BC

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

Shades of Chiffon #EFF0BC

Tints of Chiffon #EFF0BC

Color information

#EFF0BC (or 0xEFF0BC) is unknown color: approx Chiffon. HEX triplet: EF, F0 and BC. RGB value is (239,240,188). Sum of RGB (Red+Green+Blue) = 239+240+188=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BC is #100F43. Grayscale: #E9E9E9. Windows color (decimal): -1052484 or 12382447. OLE color: 12382447.

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

Color convert

RGB239240188-
CMYK0.0000.220.06
HSL61.15º63.41%83.92%-
HSV(B)61.15º21.67%94.12%-
XYZ75.8384.359.85-
YUV233.77102.17131.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=35.83%
G=35.98%
B=28.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401880.0000.220.0661.1563.4183.92
HexEFF0BC001663d3f54
Octal357360274002667577124
Binary11101111111100001011110000101101101111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0BC; }

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

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

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

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

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

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

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

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