#EBF0BD

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

Shades of Chiffon #EBF0BD

Tints of Chiffon #EBF0BD

Color information

#EBF0BD (or 0xEBF0BD) is unknown color: approx Chiffon. HEX triplet: EB, F0 and BD. RGB value is (235,240,189). Sum of RGB (Red+Green+Blue) = 235+240+189=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0BD is #140F42. Grayscale: #E8E8E8. Windows color (decimal): -1314627 or 12447979. OLE color: 12447979.

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

Color convert

RGB235240189-
CMYK0.0200.210.06
HSL65.88º62.96%84.12%-
HSV(B)65.88º21.25%94.12%-
XYZ74.6183.6660.36-
YUV232.69103.34129.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=35.39%
G=36.14%
B=28.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401890.0200.210.0665.8862.9684.12
HexEBF0BD20156423f54
Octal3533602752025610277124
Binary1110101111110000101111011001010111010000101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0BD; }

 p { color: rgb(235,240,189); }

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

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

 a { background-color: rgb(235,240,189); }

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

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

 span { border-color: rgb(235,240,189); }

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