#EDFBB9

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

Shades of Chiffon #EDFBB9

Tints of Chiffon #EDFBB9

Color information

#EDFBB9 (or 0xEDFBB9) is unknown color: approx Chiffon. HEX triplet: ED, FB and B9. RGB value is (237,251,185). Sum of RGB (Red+Green+Blue) = 237+251+185=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 185 (72.66% from 255 or 27.49% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBB9 is #120446. Grayscale: #EFEFEF. Windows color (decimal): -1180743 or 12188653. OLE color: 12188653.

HSL color Cylindrical-coordinate representation of color #EDFBB9: hue angle of 72.73º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFBB9 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB237251185-
CMYK0.0600.260.02
HSL72.73º89.19%85.49%-
HSV(B)72.73º26.29%98.43%-
XYZ78.1890.559.25-
YUV239.2997.36126.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 185 (72.66% from 255) = 27.49%
R=35.22%
G=37.30%
B=27.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511850.0600.260.0272.7389.1985.49
HexEDFBB9601A2495955
Octal35537327160322111131125
Binary11101101111110111011100111001101010100100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBB9; }

 p { color: rgb(237,251,185); }

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

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

 a { background-color: rgb(237,251,185); }

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

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

 span { border-color: rgb(237,251,185); }

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