#EDF0BF

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

Shades of Chiffon #EDF0BF

Tints of Chiffon #EDF0BF

Color information

#EDF0BF (or 0xEDF0BF) is unknown color: approx Chiffon. HEX triplet: ED, F0 and BF. RGB value is (237,240,191). Sum of RGB (Red+Green+Blue) = 237+240+191=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BF is #120F40. Grayscale: #E9E9E9. Windows color (decimal): -1183553 or 12579053. OLE color: 12579053.

HSL color Cylindrical-coordinate representation of color #EDF0BF: hue angle of 63.67º 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 #EDF0BF is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB237240191-
CMYK0.0100.200.06
HSL63.67º62.03%84.51%-
HSV(B)63.67º20.42%94.12%-
XYZ75.4984.0961.54-
YUV233.52104.01130.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 191 (75% from 255) = 28.59%
R=35.48%
G=35.93%
B=28.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401910.0100.200.0663.6762.0384.51
HexEDF0BF10146403e55
Octal3553602771024610076125
Binary111011011111000010111111101010011010000001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0BF; }

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

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

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

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

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

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

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

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