#EDF1B4

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

Shades of Chiffon #EDF1B4

Tints of Chiffon #EDF1B4

Color information

#EDF1B4 (or 0xEDF1B4) is unknown color: approx Chiffon. HEX triplet: ED, F1 and B4. RGB value is (237,241,180). Sum of RGB (Red+Green+Blue) = 237+241+180=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B4 is #120E4B. Grayscale: #E9E9E9. Windows color (decimal): -1183308 or 11858413. OLE color: 11858413.

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

Color convert

RGB237241180-
CMYK0.0200.250.05
HSL63.93º68.54%82.55%-
HSV(B)63.93º25.31%94.51%-
XYZ74.6284.2155.5-
YUV232.8598.17130.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 180 (70.70% from 255) = 27.36%
R=36.02%
G=36.63%
B=27.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411800.0200.250.0563.9368.5482.55
HexEDF1B420195404553
Octal35536126420315100105123
Binary11101101111100011011010010011001101100000010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B4; }

 p { color: rgb(237,241,180); }

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

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

 a { background-color: rgb(237,241,180); }

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

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

 span { border-color: rgb(237,241,180); }

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