#ECF2B4

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

Shades of Chiffon #ECF2B4

Tints of Chiffon #ECF2B4

Color information

#ECF2B4 (or 0xECF2B4) is unknown color: approx Chiffon. HEX triplet: EC, F2 and B4. RGB value is (236,242,180). Sum of RGB (Red+Green+Blue) = 236+242+180=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2B4 is #130D4B. Grayscale: #E9E9E9. Windows color (decimal): -1248588 or 11858668. OLE color: 11858668.

HSL color Cylindrical-coordinate representation of color #ECF2B4: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECF2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB236242180-
CMYK0.0200.260.05
HSL65.81º70.45%82.75%-
HSV(B)65.81º25.62%94.9%-
XYZ74.5884.6355.58-
YUV233.1498.01130.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 180 (70.70% from 255) = 27.36%
R=35.87%
G=36.78%
B=27.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421800.0200.260.0565.8170.4582.75
HexECF2B4201A5424653
Octal35436226420325102106123
Binary11101100111100101011010010011010101100001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2B4; }

 p { color: rgb(236,242,180); }

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

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

 a { background-color: rgb(236,242,180); }

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

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

 span { border-color: rgb(236,242,180); }

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