#EBEFD5

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

Shades of Rice Flower #EBEFD5

Tints of Rice Flower #EBEFD5

Color information

#EBEFD5 (or 0xEBEFD5) is unknown color: approx Rice Flower. HEX triplet: EB, EF and D5. RGB value is (235,239,213). Sum of RGB (Red+Green+Blue) = 235+239+213=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD5 is #14102A. Grayscale: #EAEAEA. Windows color (decimal): -1314859 or 14020587. OLE color: 14020587.

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

Color convert

RGB235239213-
CMYK0.0200.110.06
HSL69.23º44.83%88.63%-
HSV(B)69.23º10.88%93.73%-
XYZ77.1484.275.14-
YUV234.84115.67128.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 213 (83.59% from 255) = 31.00%
R=34.21%
G=34.79%
B=31.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392130.0200.110.0669.2344.8388.63
HexEBEFD520B6452d59
Octal3533573252013610555131
Binary111010111110111111010101100101111010001011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFD5; }

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

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

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

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

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

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

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

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