#E7EDCB

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

Shades of Rice Flower #E7EDCB

Tints of Rice Flower #E7EDCB

Color information

#E7EDCB (or 0xE7EDCB) is unknown color: approx Rice Flower. HEX triplet: E7, ED and CB. RGB value is (231,237,203). Sum of RGB (Red+Green+Blue) = 231+237+203=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCB is #181234. Grayscale: #E7E7E7. Windows color (decimal): -1577525 or 13364711. OLE color: 13364711.

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

Color convert

RGB231237203-
CMYK0.0300.140.07
HSL70.59º48.57%86.27%-
HSV(B)70.59º14.35%92.94%-
XYZ74.0281.8768.4-
YUV231.33112.01127.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=34.43%
G=35.32%
B=30.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372030.0300.140.0770.5948.5786.27
HexE7EDCB30E7473156
Octal3473553133016710761126
Binary111001111110110111001011110111011110001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDCB; }

 p { color: rgb(231,237,203); }

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

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

 a { background-color: rgb(231,237,203); }

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

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

 span { border-color: rgb(231,237,203); }

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