#E9EFCF

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

Shades of Rice Flower #E9EFCF

Tints of Rice Flower #E9EFCF

Color information

#E9EFCF (or 0xE9EFCF) is unknown color: approx Rice Flower. HEX triplet: E9, EF and CF. RGB value is (233,239,207). Sum of RGB (Red+Green+Blue) = 233+239+207=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFCF is #161030. Grayscale: #E9E9E9. Windows color (decimal): -1445937 or 13627369. OLE color: 13627369.

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

Color convert

RGB233239207-
CMYK0.0300.130.06
HSL71.25º50%87.45%-
HSV(B)71.25º13.39%93.73%-
XYZ75.7383.5671.17-
YUV233.56113.01127.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.32%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=34.32%
G=35.20%
B=30.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332392070.0300.130.0671.255087.45
HexE9EFCF30D6473257
Octal3513573173015610762127
Binary111010011110111111001111110110111010001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EFCF; }

 p { color: rgb(233,239,207); }

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

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

 a { background-color: rgb(233,239,207); }

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

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

 span { border-color: rgb(233,239,207); }

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