#E9EDCE

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

Shades of Rice Flower #E9EDCE

Tints of Rice Flower #E9EDCE

Color information

#E9EDCE (or 0xE9EDCE) is unknown color: approx Rice Flower. HEX triplet: E9, ED and CE. RGB value is (233,237,206). Sum of RGB (Red+Green+Blue) = 233+237+206=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDCE is #161231. Grayscale: #E8E8E8. Windows color (decimal): -1446450 or 13561321. OLE color: 13561321.

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

Color convert

RGB233237206-
CMYK0.0200.130.07
HSL67.74º46.27%86.86%-
HSV(B)67.74º13.08%92.94%-
XYZ75.0382.3570.33-
YUV232.27113.17128.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=34.47%
G=35.06%
B=30.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372060.0200.130.0767.7446.2786.86
HexE9EDCE20D7442e57
Octal3513553162015710456127
Binary111010011110110111001110100110111110001001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDCE; }

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

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

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

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

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

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

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

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