#EFFEBA

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

Shades of Chiffon #EFFEBA

Tints of Chiffon #EFFEBA

Color information

#EFFEBA (or 0xEFFEBA) is unknown color: approx Chiffon. HEX triplet: EF, FE and BA. RGB value is (239,254,186). Sum of RGB (Red+Green+Blue) = 239+254+186=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEBA is #100145. Grayscale: #F2F2F2. Windows color (decimal): -1048902 or 12254959. OLE color: 12254959.

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

Color convert

RGB239254186-
CMYK0.0600.270.00
HSL73.24º97.14%86.27%-
HSV(B)73.24º26.77%99.61%-
XYZ79.992.7860.15-
YUV241.7696.53126.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 186 (73.05% from 255) = 27.39%
R=35.20%
G=37.41%
B=27.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541860.0600.270.0073.2497.1486.27
HexEFFEBA601B0496156
Octal35737627260330111141126
Binary1110111111111110101110101100110110100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEBA; }

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

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

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

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

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

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

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

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