#E5F0BA

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

Shades of Chiffon #E5F0BA

Tints of Chiffon #E5F0BA

Color information

#E5F0BA (or 0xE5F0BA) is unknown color: approx Chiffon. HEX triplet: E5, F0 and BA. RGB value is (229,240,186). Sum of RGB (Red+Green+Blue) = 229+240+186=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F0BA is #1A0F45. Grayscale: #E6E6E6. Windows color (decimal): -1707846 or 12251365. OLE color: 12251365.

HSL color Cylindrical-coordinate representation of color #E5F0BA: hue angle of 72.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5F0BA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB229240186-
CMYK0.0500.220.06
HSL72.22º64.29%83.53%-
HSV(B)72.22º22.5%94.12%-
XYZ72.3482.5258.57-
YUV230.56102.86126.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=34.96%
G=36.64%
B=28.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292401860.0500.220.0672.2264.2983.53
HexE5F0BA50166484054
Octal34536027250266110100124
Binary111001011111000010111010101010110110100100010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0BA; }

 p { color: rgb(229,240,186); }

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

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

 a { background-color: rgb(229,240,186); }

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

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

 span { border-color: rgb(229,240,186); }

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