#ECF0BF

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

Shades of Chiffon #ECF0BF

Tints of Chiffon #ECF0BF

Color information

#ECF0BF (or 0xECF0BF) is unknown color: approx Chiffon. HEX triplet: EC, F0 and BF. RGB value is (236,240,191). Sum of RGB (Red+Green+Blue) = 236+240+191=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0BF is #130F40. Grayscale: #E9E9E9. Windows color (decimal): -1249089 or 12579052. OLE color: 12579052.

HSL color Cylindrical-coordinate representation of color #ECF0BF: hue angle of 64.9º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECF0BF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB236240191-
CMYK0.0200.200.06
HSL64.9º62.03%84.51%-
HSV(B)64.9º20.42%94.12%-
XYZ75.1683.9161.53-
YUV233.22104.17129.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 191 (75% from 255) = 28.64%
R=35.38%
G=35.98%
B=28.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362401910.0200.200.0664.962.0384.51
HexECF0BF20146413e55
Octal3543602772024610176125
Binary1110110011110000101111111001010011010000011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0BF; }

 p { color: rgb(236,240,191); }

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

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

 a { background-color: rgb(236,240,191); }

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

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

 span { border-color: rgb(236,240,191); }

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