#EFF0BD

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

Shades of Chiffon #EFF0BD

Tints of Chiffon #EFF0BD

Color information

#EFF0BD (or 0xEFF0BD) is unknown color: approx Chiffon. HEX triplet: EF, F0 and BD. RGB value is (239,240,189). Sum of RGB (Red+Green+Blue) = 239+240+189=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BD is #100F42. Grayscale: #EAEAEA. Windows color (decimal): -1052483 or 12447983. OLE color: 12447983.

HSL color Cylindrical-coordinate representation of color #EFF0BD: hue angle of 61.18º 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 #EFF0BD is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239240189-
CMYK0.0000.210.06
HSL61.18º62.96%84.12%-
HSV(B)61.18º21.25%94.12%-
XYZ75.9484.3560.42-
YUV233.89102.67131.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 189 (74.22% from 255) = 28.29%
R=35.78%
G=35.93%
B=28.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401890.0000.210.0661.1862.9684.12
HexEFF0BD001563d3f54
Octal357360275002567577124
Binary11101111111100001011110100101011101111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0BD; }

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

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

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

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

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

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

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

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