#EDFAB5

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

Shades of Chiffon #EDFAB5

Tints of Chiffon #EDFAB5

Color information

#EDFAB5 (or 0xEDFAB5) is unknown color: approx Chiffon. HEX triplet: ED, FA and B5. RGB value is (237,250,181). Sum of RGB (Red+Green+Blue) = 237+250+181=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB5 is #12054A. Grayscale: #EEEEEE. Windows color (decimal): -1181003 or 11926253. OLE color: 11926253.

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

Color convert

RGB237250181-
CMYK0.0500.280.02
HSL71.3º87.34%84.51%-
HSV(B)71.3º27.6%98.04%-
XYZ77.4589.7156.95-
YUV238.2595.69127.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 181 (71.09% from 255) = 27.10%
R=35.48%
G=37.43%
B=27.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501810.0500.280.0271.387.3484.51
HexEDFAB5501C2475755
Octal35537226550342107127125
Binary11101101111110101011010110101110010100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAB5; }

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

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

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

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

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

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

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

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