#EDF3B3

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

Shades of Chiffon #EDF3B3

Tints of Chiffon #EDF3B3

Color information

#EDF3B3 (or 0xEDF3B3) is unknown color: approx Chiffon. HEX triplet: ED, F3 and B3. RGB value is (237,243,179). Sum of RGB (Red+Green+Blue) = 237+243+179=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 179 (70.31% from 255 or 27.16% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3B3 is #120C4C. Grayscale: #EAEAEA. Windows color (decimal): -1182797 or 11793389. OLE color: 11793389.

HSL color Cylindrical-coordinate representation of color #EDF3B3: hue angle of 65.62º degrees, saturation: 0.73, 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 #EDF3B3 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB237243179-
CMYK0.0200.260.05
HSL65.62º72.73%82.75%-
HSV(B)65.62º26.34%95.29%-
XYZ75.1185.3655.17-
YUV233.9197.01130.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 179 (70.31% from 255) = 27.16%
R=35.96%
G=36.87%
B=27.16%

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
Decimal2372431790.0200.260.0565.6272.7382.75
HexEDF3B3201A5424953
Octal35536326320325102111123
Binary11101101111100111011001110011010101100001010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3B3; }

 p { color: rgb(237,243,179); }

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

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

 a { background-color: rgb(237,243,179); }

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

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

 span { border-color: rgb(237,243,179); }

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