#EDF9BF

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

Shades of Chiffon #EDF9BF

Tints of Chiffon #EDF9BF

Color information

#EDF9BF (or 0xEDF9BF) is unknown color: approx Chiffon. HEX triplet: ED, F9 and BF. RGB value is (237,249,191). Sum of RGB (Red+Green+Blue) = 237+249+191=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9BF is #120640. Grayscale: #EFEFEF. Windows color (decimal): -1181249 or 12581357. OLE color: 12581357.

HSL color Cylindrical-coordinate representation of color #EDF9BF: hue angle of 72.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF9BF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB237249191-
CMYK0.0500.230.02
HSL72.41º82.86%86.27%-
HSV(B)72.41º23.29%97.65%-
XYZ78.289.5262.45-
YUV238.8101.02126.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 191 (75% from 255) = 28.21%
R=35.01%
G=36.78%
B=28.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491910.0500.230.0272.4182.8686.27
HexEDF9BF50172485356
Octal35537127750272110123126
Binary11101101111110011011111110101011110100100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9BF; }

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

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

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

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

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

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

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

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