#EFFFBA

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

Shades of Chiffon #EFFFBA

Tints of Chiffon #EFFFBA

Color information

#EFFFBA (or 0xEFFFBA) is unknown color: approx Chiffon. HEX triplet: EF, FF and BA. RGB value is (239,255,186). Sum of RGB (Red+Green+Blue) = 239+255+186=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBA is #100045. Grayscale: #F2F2F2. Windows color (decimal): -1048646 or 12255215. OLE color: 12255215.

HSL color Cylindrical-coordinate representation of color #EFFFBA: hue angle of 73.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFFFBA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB239255186-
CMYK0.0600.270
HSL73.91º100%86.47%-
HSV(B)73.91º27.06%100%-
XYZ80.2293.4260.26-
YUV242.3596.2125.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=35.15%
G=37.5%
B=27.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551860.0600.27073.9110086.47
HexEFFFBA601B04a6456
Octal35737727260330112144126
Binary1110111111111111101110101100110110100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFBA; }

 p { color: rgb(239,255,186); }

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

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

 a { background-color: rgb(239,255,186); }

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

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

 span { border-color: rgb(239,255,186); }

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