#EBEED5

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

Shades of Rice Flower #EBEED5

Tints of Rice Flower #EBEED5

Color information

#EBEED5 (or 0xEBEED5) is unknown color: approx Rice Flower. HEX triplet: EB, EE and D5. RGB value is (235,238,213). Sum of RGB (Red+Green+Blue) = 235+238+213=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED5 is #14112A. Grayscale: #EAEAEA. Windows color (decimal): -1315115 or 14020331. OLE color: 14020331.

HSL color Cylindrical-coordinate representation of color #EBEED5: hue angle of 67.2º 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 #EBEED5 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB235238213-
CMYK0.0100.110.07
HSL67.2º42.37%88.43%-
HSV(B)67.2º10.5%93.33%-
XYZ76.8583.6275.04-
YUV234.25116.01128.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=34.26%
G=34.69%
B=31.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382130.0100.110.0767.242.3788.43
HexEBEED510B7432a58
Octal3533563251013710352130
Binary11101011111011101101010110101111110000111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEED5; }

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

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

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

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

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

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

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

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