#EDFABE

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

Shades of Chiffon #EDFABE

Tints of Chiffon #EDFABE

Color information

#EDFABE (or 0xEDFABE) is unknown color: approx Chiffon. HEX triplet: ED, FA and BE. RGB value is (237,250,190). Sum of RGB (Red+Green+Blue) = 237+250+190=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABE is #120541. Grayscale: #EFEFEF. Windows color (decimal): -1180994 or 12516077. OLE color: 12516077.

HSL color Cylindrical-coordinate representation of color #EDFABE: hue angle of 73º 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 #EDFABE is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB237250190-
CMYK0.0500.240.02
HSL73º85.71%86.27%-
HSV(B)73º24%98.04%-
XYZ78.490.0961.97-
YUV239.27100.19126.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 190 (74.61% from 255) = 28.06%
R=35.01%
G=36.93%
B=28.06%

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
Decimal2372501900.0500.240.027385.7186.27
HexEDFABE50182495656
Octal35537227650302111126126
Binary11101101111110101011111010101100010100100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFABE; }

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

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

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

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

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

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

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

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