#EDEFBF

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

Shades of Chiffon #EDEFBF

Tints of Chiffon #EDEFBF

Color information

#EDEFBF (or 0xEDEFBF) is unknown color: approx Chiffon. HEX triplet: ED, EF and BF. RGB value is (237,239,191). Sum of RGB (Red+Green+Blue) = 237+239+191=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFBF is #121040. Grayscale: #E9E9E9. Windows color (decimal): -1183809 or 12578797. OLE color: 12578797.

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

Color convert

RGB237239191-
CMYK0.0100.200.06
HSL62.5º60%84.31%-
HSV(B)62.5º20.08%93.73%-
XYZ75.283.561.44-
YUV232.93104.34130.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 191 (75% from 255) = 28.64%
R=35.53%
G=35.83%
B=28.64%

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
Decimal2372391910.0100.200.0662.56084.31
HexEDEFBF101463e3c54
Octal355357277102467674124
Binary11101101111011111011111110101001101111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFBF; }

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

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

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

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

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

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

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

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