Html Css Color HEX #E5F2BA Chiffon

📋 copy color: '#E5F2BA'

red 229 ◦ green 242 ◦ blue 186

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

Shades of Chiffon #E5F2BA

Tints of Chiffon #E5F2BA

RGB

 RED value IS 229 (89.84% from 255) = 34.86%

 GREEN value IS 242 (94.92% from 255) = 36.83%

 BLUE value IS 186 (73.05% from 255) = 28.31%

R = 34.86%
G = 36.83%
B = 28.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#E5F2BA (or 0xE5F2BA) is known color: Chiffon. HEX triplet: E5, F2 and BA. RGB value is (229,242,186). Sum of RGB (Red+Green+Blue) = 229+242+186=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2BA is #1A0D45. Grayscale: #E7E7E7. Windows color (decimal): -1707334 or 12251877. OLE color: 12251877.

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

Color convert

RGB 229 242 186 -
CMYK 0.05 0 0.23 0.05
HSL 73.93º 0.68% 0.84% -
HSV(B) 73.93º 0.23% 0.95% -
XYZ 72.93 83.71 58.77 -
YUV 231.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 229 242 186 0.05 0 0.23 0.05 73.93 0.68 0.84
Hex E5 F2 BA 5 0 17 5 4A 44 54
Octal 345 362 272 5 0 27 5 112 104 124
Binary 11100101 11110010 10111010 101 0 10111 101 1001010 1000100 1010100

Color Harmonies of #E5F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F2BA

Black with #E5F2BA

Text Example


Text Example

White with #E5F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F2BA; }

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

 H1.HeaderClassName
 {
   color: #E5F2BA;
 }
 .AnyTagClassName
 {
   color: #E5F2BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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