#EDFDBA

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

Shades of Chiffon #EDFDBA

Tints of Chiffon #EDFDBA

Color information

#EDFDBA (or 0xEDFDBA) is unknown color: approx Chiffon. HEX triplet: ED, FD and BA. RGB value is (237,253,186). Sum of RGB (Red+Green+Blue) = 237+253+186=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBA is #120245. Grayscale: #F0F0F0. Windows color (decimal): -1180230 or 12254701. OLE color: 12254701.

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

Color convert

RGB237253186-
CMYK0.0600.260.01
HSL74.33º94.37%86.08%-
HSV(B)74.33º26.48%99.22%-
XYZ78.9191.860.01-
YUV240.5897.2125.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 186 (73.05% from 255) = 27.51%
R=35.06%
G=37.43%
B=27.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531860.0600.260.0174.3394.3786.08
HexEDFDBA601A14a5e56
Octal35537527260321112136126
Binary1110110111111101101110101100110101100101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDBA; }

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

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

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

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

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

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

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

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