#EDF5C0

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

Shades of Chiffon #EDF5C0

Tints of Chiffon #EDF5C0

Color information

#EDF5C0 (or 0xEDF5C0) is unknown color: approx Chiffon. HEX triplet: ED, F5 and C0. RGB value is (237,245,192). Sum of RGB (Red+Green+Blue) = 237+245+192=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5C0 is #120A3F. Grayscale: #ECECEC. Windows color (decimal): -1182272 or 12645869. OLE color: 12645869.

HSL color Cylindrical-coordinate representation of color #EDF5C0: hue angle of 69.06º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF5C0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB237245192-
CMYK0.0300.220.04
HSL69.06º72.6%85.69%-
HSV(B)69.06º21.63%96.08%-
XYZ77.0987.1262.62-
YUV236.57102.85128.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 192 (75.39% from 255) = 28.49%
R=35.16%
G=36.35%
B=28.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451920.0300.220.0469.0672.685.69
HexEDF5C030164454956
Octal35536530030264105111126
Binary11101101111101011100000011010110100100010110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5C0; }

 p { color: rgb(237,245,192); }

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

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

 a { background-color: rgb(237,245,192); }

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

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

 span { border-color: rgb(237,245,192); }

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