#EDFABD

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

Shades of Chiffon #EDFABD

Tints of Chiffon #EDFABD

Color information

#EDFABD (or 0xEDFABD) is unknown color: approx Chiffon. HEX triplet: ED, FA and BD. RGB value is (237,250,189). Sum of RGB (Red+Green+Blue) = 237+250+189=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABD is #120542. Grayscale: #EFEFEF. Windows color (decimal): -1180995 or 12450541. OLE color: 12450541.

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

Color convert

RGB237250189-
CMYK0.0500.240.02
HSL72.79º85.92%86.08%-
HSV(B)72.79º24.4%98.04%-
XYZ78.390.0561.4-
YUV239.1699.69126.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 189 (74.22% from 255) = 27.96%
R=35.06%
G=36.98%
B=27.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501890.0500.240.0272.7985.9286.08
HexEDFABD50182495656
Octal35537227550302111126126
Binary11101101111110101011110110101100010100100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFABD; }

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

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

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

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

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

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

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

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