#EDF4B5

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

Shades of Chiffon #EDF4B5

Tints of Chiffon #EDF4B5

Color information

#EDF4B5 (or 0xEDF4B5) is unknown color: approx Chiffon. HEX triplet: ED, F4 and B5. RGB value is (237,244,181). Sum of RGB (Red+Green+Blue) = 237+244+181=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4B5 is #120B4A. Grayscale: #EAEAEA. Windows color (decimal): -1182539 or 11924717. OLE color: 11924717.

HSL color Cylindrical-coordinate representation of color #EDF4B5: hue angle of 66.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDF4B5 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB237244181-
CMYK0.0300.260.04
HSL66.67º74.12%83.33%-
HSV(B)66.67º25.82%95.69%-
XYZ75.6286.0456.34-
YUV234.7297.68129.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 181 (71.09% from 255) = 27.34%
R=35.80%
G=36.86%
B=27.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441810.0300.260.0466.6774.1283.33
HexEDF4B5301A4434a53
Octal35536426530324103112123
Binary11101101111101001011010111011010100100001110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4B5; }

 p { color: rgb(237,244,181); }

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

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

 a { background-color: rgb(237,244,181); }

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

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

 span { border-color: rgb(237,244,181); }

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