#EDEFBE

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

Shades of Chiffon #EDEFBE

Tints of Chiffon #EDEFBE

Color information

#EDEFBE (or 0xEDEFBE) is unknown color: approx Chiffon. HEX triplet: ED, EF and BE. RGB value is (237,239,190). Sum of RGB (Red+Green+Blue) = 237+239+190=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFBE is #121041. Grayscale: #E9E9E9. Windows color (decimal): -1183810 or 12513261. OLE color: 12513261.

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

Color convert

RGB237239190-
CMYK0.0100.210.06
HSL62.45º60.49%84.12%-
HSV(B)62.45º20.5%93.73%-
XYZ75.0983.4660.87-
YUV232.82103.84130.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 190 (74.61% from 255) = 28.53%
R=35.59%
G=35.89%
B=28.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391900.0100.210.0662.4560.4984.12
HexEDEFBE101563e3c54
Octal355357276102567674124
Binary11101101111011111011111010101011101111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFBE; }

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

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

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

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

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

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

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

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