#EFFDBA

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

Shades of Chiffon #EFFDBA

Tints of Chiffon #EFFDBA

Color information

#EFFDBA (or 0xEFFDBA) is unknown color: approx Chiffon. HEX triplet: EF, FD and BA. RGB value is (239,253,186). Sum of RGB (Red+Green+Blue) = 239+253+186=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDBA is #100245. Grayscale: #F1F1F1. Windows color (decimal): -1049158 or 12254703. OLE color: 12254703.

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

Color convert

RGB239253186-
CMYK0.0600.260.01
HSL72.54º94.37%86.08%-
HSV(B)72.54º26.48%99.22%-
XYZ79.5892.1560.05-
YUV241.1896.86126.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 186 (73.05% from 255) = 27.43%
R=35.25%
G=37.32%
B=27.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531860.0600.260.0172.5494.3786.08
HexEFFDBA601A1495e56
Octal35737527260321111136126
Binary1110111111111101101110101100110101100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDBA; }

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

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

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

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

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

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

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

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