#EBEFBF

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

Shades of Chiffon #EBEFBF

Tints of Chiffon #EBEFBF

Color information

#EBEFBF (or 0xEBEFBF) is unknown color: approx Chiffon. HEX triplet: EB, EF and BF. RGB value is (235,239,191). Sum of RGB (Red+Green+Blue) = 235+239+191=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFBF is #141040. Grayscale: #E8E8E8. Windows color (decimal): -1314881 or 12578795. OLE color: 12578795.

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

Color convert

RGB235239191-
CMYK0.0200.200.06
HSL65º60%84.31%-
HSV(B)65º20.08%93.73%-
XYZ74.5383.1661.41-
YUV232.33104.67129.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 191 (75% from 255) = 28.72%
R=35.34%
G=35.94%
B=28.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391910.0200.200.06656084.31
HexEBEFBF20146413c54
Octal3533572772024610174124
Binary1110101111101111101111111001010011010000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFBF; }

 p { color: rgb(235,239,191); }

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

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

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

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

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

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

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