#EFEFBB

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

Shades of Chiffon #EFEFBB

Tints of Chiffon #EFEFBB

Color information

#EFEFBB (or 0xEFEFBB) is unknown color: approx Chiffon. HEX triplet: EF, EF and BB. RGB value is (239,239,187). Sum of RGB (Red+Green+Blue) = 239+239+187=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBB is #101044. Grayscale: #E9E9E9. Windows color (decimal): -1052741 or 12316655. OLE color: 12316655.

HSL color Cylindrical-coordinate representation of color #EFEFBB: hue angle of 60º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEFBB is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239239187-
CMYK000.220.06
HSL60º61.9%83.53%-
HSV(B)60º21.76%93.73%-
XYZ75.4383.6759.19-
YUV233.07102132.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 187 (73.44% from 255) = 28.12%
R=35.94%
G=35.94%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239187000.220.066061.983.53
HexEFEFBB001663c3e54
Octal357357273002667476124
Binary11101111111011111011101100101101101111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFBB; }

 p { color: rgb(239,239,187); }

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

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

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

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

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

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

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