#EDFEBA

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

Shades of Chiffon #EDFEBA

Tints of Chiffon #EDFEBA

Color information

#EDFEBA (or 0xEDFEBA) is unknown color: approx Chiffon. HEX triplet: ED, FE and BA. RGB value is (237,254,186). Sum of RGB (Red+Green+Blue) = 237+254+186=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEBA is #120145. Grayscale: #F1F1F1. Windows color (decimal): -1179974 or 12254957. OLE color: 12254957.

HSL color Cylindrical-coordinate representation of color #EDFEBA: hue angle of 75º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDFEBA is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB237254186-
CMYK0.0700.270.00
HSL75º97.14%86.27%-
HSV(B)75º26.77%99.61%-
XYZ79.2392.4360.12-
YUV241.1696.87125.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=35.01%
G=37.52%
B=27.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541860.0700.270.007597.1486.27
HexEDFEBA701B04b6156
Octal35537627270330113141126
Binary1110110111111110101110101110110110100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEBA; }

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

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

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

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

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

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

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

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