#EDF0BA

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

Shades of Chiffon #EDF0BA

Tints of Chiffon #EDF0BA

Color information

#EDF0BA (or 0xEDF0BA) is unknown color: approx Chiffon. HEX triplet: ED, F0 and BA. RGB value is (237,240,186). Sum of RGB (Red+Green+Blue) = 237+240+186=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BA is #120F45. Grayscale: #E9E9E9. Windows color (decimal): -1183558 or 12251373. OLE color: 12251373.

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

Color convert

RGB237240186-
CMYK0.0100.220.06
HSL63.33º64.29%83.53%-
HSV(B)63.33º22.5%94.12%-
XYZ74.9583.8758.69-
YUV232.95101.51130.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 186 (73.05% from 255) = 28.05%
R=35.75%
G=36.20%
B=28.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401860.0100.220.0663.3364.2983.53
HexEDF0BA101663f4054
Octal3553602721026677100124
Binary111011011111000010111010101011011011111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0BA; }

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

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

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

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

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

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

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

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