#EFF5D5

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

Shades of Rice Flower #EFF5D5

Tints of Rice Flower #EFF5D5

Color information

#EFF5D5 (or 0xEFF5D5) is unknown color: approx Rice Flower. HEX triplet: EF, F5 and D5. RGB value is (239,245,213). Sum of RGB (Red+Green+Blue) = 239+245+213=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5D5 is #100A2A. Grayscale: #EFEFEF. Windows color (decimal): -1051179 or 14022127. OLE color: 14022127.

HSL color Cylindrical-coordinate representation of color #EFF5D5: hue angle of 71.25º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFF5D5 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB239245213-
CMYK0.0200.130.04
HSL71.25º61.54%89.8%-
HSV(B)71.25º13.06%96.08%-
XYZ80.2688.4675.8-
YUV239.56113.01127.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 245 (96.09% from 255) = 35.15%
BLUE value IS 213 (83.59% from 255) = 30.56%
R=34.29%
G=35.15%
B=30.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452130.0200.130.0471.2561.5489.8
HexEFF5D520D4473e5a
Octal3573653252015410776132
Binary111011111111010111010101100110110010001111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5D5; }

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

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

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

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

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

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

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

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