#EDF2BA

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

Shades of Chiffon #EDF2BA

Tints of Chiffon #EDF2BA

Color information

#EDF2BA (or 0xEDF2BA) is unknown color: approx Chiffon. HEX triplet: ED, F2 and BA. RGB value is (237,242,186). Sum of RGB (Red+Green+Blue) = 237+242+186=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BA is #120D45. Grayscale: #EAEAEA. Windows color (decimal): -1183046 or 12251885. OLE color: 12251885.

HSL color Cylindrical-coordinate representation of color #EDF2BA: hue angle of 65.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF2BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB237242186-
CMYK0.0200.230.05
HSL65.36º68.29%83.92%-
HSV(B)65.36º23.14%94.9%-
XYZ75.5485.0558.89-
YUV234.12100.84130.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=35.64%
G=36.39%
B=27.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421860.0200.230.0565.3668.2983.92
HexEDF2BA20175414454
Octal35536227220275101104124
Binary11101101111100101011101010010111101100000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2BA; }

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

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

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

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

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

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

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

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