#EBEFD9

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

Shades of Rice Flower #EBEFD9

Tints of Rice Flower #EBEFD9

Color information

#EBEFD9 (or 0xEBEFD9) is unknown color: approx Rice Flower. HEX triplet: EB, EF and D9. RGB value is (235,239,217). Sum of RGB (Red+Green+Blue) = 235+239+217=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD9 is #141026. Grayscale: #EBEBEB. Windows color (decimal): -1314855 or 14282731. OLE color: 14282731.

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

Color convert

RGB235239217-
CMYK0.0200.090.06
HSL70.91º40.74%89.41%-
HSV(B)70.91º9.21%93.73%-
XYZ77.6584.477.84-
YUV235.3117.67127.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=34.01%
G=34.59%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392170.0200.090.0670.9140.7489.41
HexEBEFD92096472959
Octal3533573312011610751131
Binary111010111110111111011001100100111010001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFD9; }

 p { color: rgb(235,239,217); }

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

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

 a { background-color: rgb(235,239,217); }

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

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

 span { border-color: rgb(235,239,217); }

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