Html Css Color HEX #E5F0BA Chiffon

📋 copy color: '#E5F0BA'

red 229 ◦ green 240 ◦ blue 186

#E5F0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chiffon #E5F0BA

Tints of Chiffon #E5F0BA

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.4%

R = 34.96%
G = 36.64%
B = 28.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#E5F0BA (or 0xE5F0BA) is known color: 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.23%. 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

RGB 229 240 186 -
CMYK 0.05 0 0.22 0.06
HSL 72.22º 0.64% 0.84% -
HSV(B) 72.22º 0.23% 0.94% -
XYZ 72.34 82.52 58.57 -
YUV 230.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 229 240 186 0.05 0 0.22 0.06 72.22 0.64 0.84
Hex E5 F0 BA 5 0 16 6 48 40 54
Octal 345 360 272 5 0 26 6 110 100 124
Binary 11100101 11110000 10111010 101 0 10110 110 1001000 1000000 1010100

Color Harmonies of #E5F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F0BA

Black with #E5F0BA

Text Example


Text Example

White with #E5F0BA

Text Example


Text Example

HTML Codes & Css Web 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>