#EDEFBA

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

Shades of Chiffon #EDEFBA

Tints of Chiffon #EDEFBA

Color information

#EDEFBA (or 0xEDEFBA) is unknown color: approx Chiffon. HEX triplet: ED, EF and BA. RGB value is (237,239,186). Sum of RGB (Red+Green+Blue) = 237+239+186=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFBA is #121045. Grayscale: #E8E8E8. Windows color (decimal): -1183814 or 12251117. OLE color: 12251117.

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

Color convert

RGB237239186-
CMYK0.0100.220.06
HSL62.26º62.35%83.33%-
HSV(B)62.26º22.18%93.73%-
XYZ74.6583.2858.59-
YUV232.36101.84131.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 186 (73.05% from 255) = 28.10%
R=35.80%
G=36.10%
B=28.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391860.0100.220.0662.2662.3583.33
HexEDEFBA101663e3e53
Octal355357272102667676123
Binary11101101111011111011101010101101101111101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFBA; }

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

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

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

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

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

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

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

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