#E6EDBA

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

Shades of Chiffon #E6EDBA

Tints of Chiffon #E6EDBA

Color information

#E6EDBA (or 0xE6EDBA) is unknown color: approx Chiffon. HEX triplet: E6, ED and BA. RGB value is (230,237,186). Sum of RGB (Red+Green+Blue) = 230+237+186=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBA is #191245. Grayscale: #E5E5E5. Windows color (decimal): -1643078 or 12250598. OLE color: 12250598.

HSL color Cylindrical-coordinate representation of color #E6EDBA: hue angle of 68.24º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6EDBA is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB230237186-
CMYK0.0300.220.07
HSL68.24º58.62%82.94%-
HSV(B)68.24º21.52%92.94%-
XYZ71.7880.9458.29-
YUV229.09103.68128.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=35.22%
G=36.29%
B=28.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371860.0300.220.0768.2458.6282.94
HexE6EDBA30167443b53
Octal3463552723026710473123
Binary1110011011101101101110101101011011110001001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDBA; }

 p { color: rgb(230,237,186); }

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

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

 a { background-color: rgb(230,237,186); }

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

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

 span { border-color: rgb(230,237,186); }

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