#EDF1B9

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

Shades of Chiffon #EDF1B9

Tints of Chiffon #EDF1B9

Color information

#EDF1B9 (or 0xEDF1B9) is unknown color: approx Chiffon. HEX triplet: ED, F1 and B9. RGB value is (237,241,185). Sum of RGB (Red+Green+Blue) = 237+241+185=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B9 is #120E46. Grayscale: #E9E9E9. Windows color (decimal): -1183303 or 12186093. OLE color: 12186093.

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

Color convert

RGB237241185-
CMYK0.0200.230.05
HSL64.29º66.67%83.53%-
HSV(B)64.29º23.24%94.51%-
XYZ75.1484.4258.23-
YUV233.42100.67130.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 185 (72.66% from 255) = 27.90%
R=35.75%
G=36.35%
B=27.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411850.0200.230.0564.2966.6783.53
HexEDF1B920175404354
Octal35536127120275100103124
Binary11101101111100011011100110010111101100000010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B9; }

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

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

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

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

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

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

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

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