#EDF3BA

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

Shades of Chiffon #EDF3BA

Tints of Chiffon #EDF3BA

Color information

#EDF3BA (or 0xEDF3BA) is unknown color: approx Chiffon. HEX triplet: ED, F3 and BA. RGB value is (237,243,186). Sum of RGB (Red+Green+Blue) = 237+243+186=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BA is #120C45. Grayscale: #EAEAEA. Windows color (decimal): -1182790 or 12252141. OLE color: 12252141.

HSL color Cylindrical-coordinate representation of color #EDF3BA: hue angle of 66.32º degrees, saturation: 0.7, 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 #EDF3BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB237243186-
CMYK0.0200.230.05
HSL66.32º70.37%84.12%-
HSV(B)66.32º23.46%95.29%-
XYZ75.8485.6558.99-
YUV234.71100.51129.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=35.59%
G=36.49%
B=27.93%

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
Decimal2372431860.0200.230.0566.3270.3784.12
HexEDF3BA20175424654
Octal35536327220275102106124
Binary11101101111100111011101010010111101100001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3BA; }

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

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

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

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

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

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

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

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