#EBF0CE

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

Shades of Rice Flower #EBF0CE

Tints of Rice Flower #EBF0CE

Color information

#EBF0CE (or 0xEBF0CE) is unknown color: approx Rice Flower. HEX triplet: EB, F0 and CE. RGB value is (235,240,206). Sum of RGB (Red+Green+Blue) = 235+240+206=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0CE is #140F31. Grayscale: #EAEAEA. Windows color (decimal): -1314610 or 13562091. OLE color: 13562091.

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

Color convert

RGB235240206-
CMYK0.0200.140.06
HSL68.82º53.12%87.45%-
HSV(B)68.82º14.17%94.12%-
XYZ76.5684.4470.66-
YUV234.63111.84128.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=34.51%
G=35.24%
B=30.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402060.0200.140.0668.8253.1287.45
HexEBF0CE20E6453557
Octal3533603162016610565127
Binary111010111111000011001110100111011010001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0CE; }

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

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

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

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

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

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

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

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