#EFEFBA

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

Shades of Chiffon #EFEFBA

Tints of Chiffon #EFEFBA

Color information

#EFEFBA (or 0xEFEFBA) is unknown color: approx Chiffon. HEX triplet: EF, EF and BA. RGB value is (239,239,186). Sum of RGB (Red+Green+Blue) = 239+239+186=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBA is #101045. Grayscale: #E9E9E9. Windows color (decimal): -1052742 or 12251119. OLE color: 12251119.

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

Color convert

RGB239239186-
CMYK000.220.06
HSL60º62.35%83.33%-
HSV(B)60º22.18%93.73%-
XYZ75.3383.6358.63-
YUV232.96101.5132.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 186 (73.05% from 255) = 28.01%
R=35.99%
G=35.99%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239186000.220.066062.3583.33
HexEFEFBA001663c3e53
Octal357357272002667476123
Binary11101111111011111011101000101101101111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFBA; }

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

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

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

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

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

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

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

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