#EFFCBD

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

Shades of Chiffon #EFFCBD

Tints of Chiffon #EFFCBD

Color information

#EFFCBD (or 0xEFFCBD) is unknown color: approx Chiffon. HEX triplet: EF, FC and BD. RGB value is (239,252,189). Sum of RGB (Red+Green+Blue) = 239+252+189=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCBD is #100342. Grayscale: #F1F1F1. Windows color (decimal): -1049411 or 12451055. OLE color: 12451055.

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

Color convert

RGB239252189-
CMYK0.0500.250.01
HSL72.38º91.3%86.47%-
HSV(B)72.38º25%98.82%-
XYZ79.5991.6561.64-
YUV240.9398.69126.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 189 (74.22% from 255) = 27.79%
R=35.15%
G=37.06%
B=27.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521890.0500.250.0172.3891.386.47
HexEFFCBD50191485b56
Octal35737427550311110133126
Binary1110111111111100101111011010110011100100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCBD; }

 p { color: rgb(239,252,189); }

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

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

 a { background-color: rgb(239,252,189); }

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

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

 span { border-color: rgb(239,252,189); }

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