#EBF1CA

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

Shades of Rice Flower #EBF1CA

Tints of Rice Flower #EBF1CA

Color information

#EBF1CA (or 0xEBF1CA) is unknown color: approx Rice Flower. HEX triplet: EB, F1 and CA. RGB value is (235,241,202). Sum of RGB (Red+Green+Blue) = 235+241+202=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CA is #140E35. Grayscale: #EAEAEA. Windows color (decimal): -1314358 or 13300203. OLE color: 13300203.

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

Color convert

RGB235241202-
CMYK0.0200.160.05
HSL69.23º58.21%86.86%-
HSV(B)69.23º16.18%94.51%-
XYZ76.3884.8468.23-
YUV234.76109.51128.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=34.66%
G=35.55%
B=29.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412020.0200.160.0569.2358.2186.86
HexEBF1CA20105453a57
Octal3533613122020510572127
Binary1110101111110001110010101001000010110001011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1CA; }

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

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

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

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

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

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

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

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