#EBF0DA

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

Shades of Rice Flower #EBF0DA

Tints of Rice Flower #EBF0DA

Color information

#EBF0DA (or 0xEBF0DA) is unknown color: approx Rice Flower. HEX triplet: EB, F0 and DA. RGB value is (235,240,218). Sum of RGB (Red+Green+Blue) = 235+240+218=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DA is #140F25. Grayscale: #ECECEC. Windows color (decimal): -1314598 or 14348523. OLE color: 14348523.

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

Color convert

RGB235240218-
CMYK0.0200.090.06
HSL73.64º42.31%89.8%-
HSV(B)73.64º9.17%94.12%-
XYZ78.0885.0478.63-
YUV236117.84127.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=33.91%
G=34.63%
B=31.46%

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
Decimal2352402180.0200.090.0673.6442.3189.8
HexEBF0DA20964a2a5a
Octal3533603322011611252132
Binary111010111111000011011010100100111010010101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0DA; }

 p { color: rgb(235,240,218); }

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

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

 a { background-color: rgb(235,240,218); }

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

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

 span { border-color: rgb(235,240,218); }

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