#EDFBBA

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

Shades of Chiffon #EDFBBA

Tints of Chiffon #EDFBBA

Color information

#EDFBBA (or 0xEDFBBA) is unknown color: approx Chiffon. HEX triplet: ED, FB and BA. RGB value is (237,251,186). Sum of RGB (Red+Green+Blue) = 237+251+186=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBA is #120445. Grayscale: #EFEFEF. Windows color (decimal): -1180742 or 12254189. OLE color: 12254189.

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

Color convert

RGB237251186-
CMYK0.0600.260.02
HSL72.92º89.04%85.69%-
HSV(B)72.92º25.9%98.43%-
XYZ78.2990.5459.81-
YUV239.497.86126.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 186 (73.05% from 255) = 27.60%
R=35.16%
G=37.24%
B=27.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511860.0600.260.0272.9289.0485.69
HexEDFBBA601A2495956
Octal35537327260322111131126
Binary11101101111110111011101011001101010100100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBBA; }

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

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

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

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

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

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

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

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