#E8EED5

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

Shades of Rice Flower #E8EED5

Tints of Rice Flower #E8EED5

Color information

#E8EED5 (or 0xE8EED5) is unknown color: approx Rice Flower. HEX triplet: E8, EE and D5. RGB value is (232,238,213). Sum of RGB (Red+Green+Blue) = 232+238+213=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EED5 is #17112A. Grayscale: #E9E9E9. Windows color (decimal): -1511723 or 14020328. OLE color: 14020328.

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

Color convert

RGB232238213-
CMYK0.0300.110.07
HSL74.4º42.37%88.43%-
HSV(B)74.4º10.5%93.33%-
XYZ75.8683.1174.99-
YUV233.36116.51127.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=33.97%
G=34.85%
B=31.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322382130.0300.110.0774.442.3788.43
HexE8EED530B74a2a58
Octal3503563253013711252130
Binary111010001110111011010101110101111110010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EED5; }

 p { color: rgb(232,238,213); }

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

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

 a { background-color: rgb(232,238,213); }

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

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

 span { border-color: rgb(232,238,213); }

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