#E8EDBD

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

Shades of Chiffon #E8EDBD

Tints of Chiffon #E8EDBD

Color information

#E8EDBD (or 0xE8EDBD) is unknown color: approx Chiffon. HEX triplet: E8, ED and BD. RGB value is (232,237,189). Sum of RGB (Red+Green+Blue) = 232+237+189=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDBD is #171242. Grayscale: #E6E6E6. Windows color (decimal): -1512003 or 12447208. OLE color: 12447208.

HSL color Cylindrical-coordinate representation of color #E8EDBD: hue angle of 66.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8EDBD is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB232237189-
CMYK0.0200.200.07
HSL66.25º57.14%83.53%-
HSV(B)66.25º20.25%92.94%-
XYZ72.7581.460.02-
YUV230.03104.84129.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=35.26%
G=36.02%
B=28.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322371890.0200.200.0766.2557.1483.53
HexE8EDBD20147423954
Octal3503552752024710271124
Binary1110100011101101101111011001010011110000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDBD; }

 p { color: rgb(232,237,189); }

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

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

 a { background-color: rgb(232,237,189); }

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

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

 span { border-color: rgb(232,237,189); }

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