#EDF0BD

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

Shades of Chiffon #EDF0BD

Tints of Chiffon #EDF0BD

Color information

#EDF0BD (or 0xEDF0BD) is unknown color: approx Chiffon. HEX triplet: ED, F0 and BD. RGB value is (237,240,189). Sum of RGB (Red+Green+Blue) = 237+240+189=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BD is #120F42. Grayscale: #E9E9E9. Windows color (decimal): -1183555 or 12447981. OLE color: 12447981.

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

Color convert

RGB237240189-
CMYK0.0100.210.06
HSL63.53º62.96%84.12%-
HSV(B)63.53º21.25%94.12%-
XYZ75.278460.39-
YUV233.29103.01130.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=35.59%
G=36.04%
B=28.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401890.0100.210.0663.5362.9684.12
HexEDF0BD10156403f54
Octal3553602751025610077124
Binary111011011111000010111101101010111010000001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0BD; }

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

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

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

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

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

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

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

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