#EBF5BA

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

Shades of Chiffon #EBF5BA

Tints of Chiffon #EBF5BA

Color information

#EBF5BA (or 0xEBF5BA) is unknown color: approx Chiffon. HEX triplet: EB, F5 and BA. RGB value is (235,245,186). Sum of RGB (Red+Green+Blue) = 235+245+186=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5BA is #140A45. Grayscale: #EBEBEB. Windows color (decimal): -1313350 or 12252651. OLE color: 12252651.

HSL color Cylindrical-coordinate representation of color #EBF5BA: hue angle of 70.17º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBF5BA is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB235245186-
CMYK0.0400.240.04
HSL70.17º74.68%84.51%-
HSV(B)70.17º24.08%96.08%-
XYZ75.7886.5159.16-
YUV235.28100.19127.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 245 (96.09% from 255) = 36.79%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=35.29%
G=36.79%
B=27.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352451860.0400.240.0470.1774.6884.51
HexEBF5BA40184464b55
Octal35336527240304106113125
Binary111010111111010110111010100011000100100011010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5BA; }

 p { color: rgb(235,245,186); }

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

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

 a { background-color: rgb(235,245,186); }

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

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

 span { border-color: rgb(235,245,186); }

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