#EDF1BA

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

Shades of Chiffon #EDF1BA

Tints of Chiffon #EDF1BA

Color information

#EDF1BA (or 0xEDF1BA) is unknown color: approx Chiffon. HEX triplet: ED, F1 and BA. RGB value is (237,241,186). Sum of RGB (Red+Green+Blue) = 237+241+186=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BA is #120E45. Grayscale: #E9E9E9. Windows color (decimal): -1183302 or 12251629. OLE color: 12251629.

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

Color convert

RGB237241186-
CMYK0.0200.230.05
HSL64.36º66.27%83.73%-
HSV(B)64.36º22.82%94.51%-
XYZ75.2484.4658.79-
YUV233.53101.17130.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 186 (73.05% from 255) = 28.01%
R=35.69%
G=36.30%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411860.0200.230.0564.3666.2783.73
HexEDF1BA20175404254
Octal35536127220275100102124
Binary11101101111100011011101010010111101100000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1BA; }

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

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

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

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

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

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

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

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