#EDF0B7

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

Shades of Chiffon #EDF0B7

Tints of Chiffon #EDF0B7

Color information

#EDF0B7 (or 0xEDF0B7) is unknown color: approx Chiffon. HEX triplet: ED, F0 and B7. RGB value is (237,240,183). Sum of RGB (Red+Green+Blue) = 237+240+183=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 183 (71.88% from 255 or 27.73% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0B7 is #120F48. Grayscale: #E8E8E8. Windows color (decimal): -1183561 or 12054765. OLE color: 12054765.

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

Color convert

RGB237240183-
CMYK0.0100.240.06
HSL63.16º65.52%82.94%-
HSV(B)63.16º23.75%94.12%-
XYZ74.6383.7457.03-
YUV232.6100.01131.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 183 (71.88% from 255) = 27.73%
R=35.91%
G=36.36%
B=27.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401830.0100.240.0663.1665.5282.94
HexEDF0B7101863f4253
Octal3553602671030677102123
Binary111011011111000010110111101100011011111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0B7; }

 p { color: rgb(237,240,183); }

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

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

 a { background-color: rgb(237,240,183); }

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

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

 span { border-color: rgb(237,240,183); }

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