#EFF4BD

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

Shades of Chiffon #EFF4BD

Tints of Chiffon #EFF4BD

Color information

#EFF4BD (or 0xEFF4BD) is unknown color: approx Chiffon. HEX triplet: EF, F4 and BD. RGB value is (239,244,189). Sum of RGB (Red+Green+Blue) = 239+244+189=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4BD is #100B42. Grayscale: #ECECEC. Windows color (decimal): -1051459 or 12449007. OLE color: 12449007.

HSL color Cylindrical-coordinate representation of color #EFF4BD: hue angle of 65.45º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFF4BD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB239244189-
CMYK0.0200.230.04
HSL65.45º71.43%84.9%-
HSV(B)65.45º22.54%95.69%-
XYZ77.1386.7360.82-
YUV236.23101.34129.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 189 (74.22% from 255) = 28.12%
R=35.57%
G=36.31%
B=28.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392441890.0200.230.0465.4571.4384.9
HexEFF4BD20174414755
Octal35736427520274101107125
Binary11101111111101001011110110010111100100000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4BD; }

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

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

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

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

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

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

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

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