#EBF0CA

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

Shades of Rice Flower #EBF0CA

Tints of Rice Flower #EBF0CA

Color information

#EBF0CA (or 0xEBF0CA) is unknown color: approx Rice Flower. HEX triplet: EB, F0 and CA. RGB value is (235,240,202). Sum of RGB (Red+Green+Blue) = 235+240+202=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0CA is #140F35. Grayscale: #EAEAEA. Windows color (decimal): -1314614 or 13299947. OLE color: 13299947.

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

Color convert

RGB235240202-
CMYK0.0200.160.06
HSL67.89º55.88%86.67%-
HSV(B)67.89º15.83%94.12%-
XYZ76.0884.2568.13-
YUV234.17109.84128.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=34.71%
G=35.45%
B=29.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402020.0200.160.0667.8955.8886.67
HexEBF0CA20106443857
Octal3533603122020610470127
Binary1110101111110000110010101001000011010001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0CA; }

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

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

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

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

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

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

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

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