#E9F0D4

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

Shades of Rice Flower #E9F0D4

Tints of Rice Flower #E9F0D4

Color information

#E9F0D4 (or 0xE9F0D4) is unknown color: approx Rice Flower. HEX triplet: E9, F0 and D4. RGB value is (233,240,212). Sum of RGB (Red+Green+Blue) = 233+240+212=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0D4 is #160F2B. Grayscale: #EAEAEA. Windows color (decimal): -1445676 or 13955305. OLE color: 13955305.

HSL color Cylindrical-coordinate representation of color #E9F0D4: hue angle of 75º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9F0D4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB233240212-
CMYK0.0300.120.06
HSL75º48.28%88.63%-
HSV(B)75º11.67%94.12%-
XYZ76.6584.474.54-
YUV234.72115.18126.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.01%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 212 (83.20% from 255) = 30.95%
R=34.01%
G=35.04%
B=30.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332402120.0300.120.067548.2888.63
HexE9F0D430C64b3059
Octal3513603243014611360131
Binary111010011111000011010100110110011010010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0D4; }

 p { color: rgb(233,240,212); }

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

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

 a { background-color: rgb(233,240,212); }

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

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

 span { border-color: rgb(233,240,212); }

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