#EAF6BA

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

Shades of Chiffon #EAF6BA

Tints of Chiffon #EAF6BA

Color information

#EAF6BA (or 0xEAF6BA) is unknown color: approx Chiffon. HEX triplet: EA, F6 and BA. RGB value is (234,246,186). Sum of RGB (Red+Green+Blue) = 234+246+186=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BA is #150945. Grayscale: #EBEBEB. Windows color (decimal): -1378630 or 12252906. OLE color: 12252906.

HSL color Cylindrical-coordinate representation of color #EAF6BA: hue angle of 72º degrees, saturation: 0.77, 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 #EAF6BA is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB234246186-
CMYK0.0500.240.04
HSL72º76.92%84.71%-
HSV(B)72º24.39%96.47%-
XYZ75.7586.9559.24-
YUV235.57100.02126.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 246 (96.48% from 255) = 36.94%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=35.14%
G=36.94%
B=27.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461860.0500.240.047276.9284.71
HexEAF6BA50184484d55
Octal35236627250304110115125
Binary111010101111011010111010101011000100100100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6BA; }

 p { color: rgb(234,246,186); }

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

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

 a { background-color: rgb(234,246,186); }

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

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

 span { border-color: rgb(234,246,186); }

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