#E9EDCD

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

Shades of Rice Flower #E9EDCD

Tints of Rice Flower #E9EDCD

Color information

#E9EDCD (or 0xE9EDCD) is unknown color: approx Rice Flower. HEX triplet: E9, ED and CD. RGB value is (233,237,205). Sum of RGB (Red+Green+Blue) = 233+237+205=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDCD is #161232. Grayscale: #E8E8E8. Windows color (decimal): -1446451 or 13495785. OLE color: 13495785.

HSL color Cylindrical-coordinate representation of color #E9EDCD: hue angle of 67.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9EDCD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB233237205-
CMYK0.0200.140.07
HSL67.5º47.06%86.67%-
HSV(B)67.5º13.5%92.94%-
XYZ74.9182.369.69-
YUV232.16112.67128.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=34.52%
G=35.11%
B=30.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372050.0200.140.0767.547.0686.67
HexE9EDCD20E7442f57
Octal3513553152016710457127
Binary111010011110110111001101100111011110001001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDCD; }

 p { color: rgb(233,237,205); }

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

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

 a { background-color: rgb(233,237,205); }

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

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

 span { border-color: rgb(233,237,205); }

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