#EFF5DA

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

Shades of Rice Flower #EFF5DA

Tints of Rice Flower #EFF5DA

Color information

#EFF5DA (or 0xEFF5DA) is unknown color: approx Rice Flower. HEX triplet: EF, F5 and DA. RGB value is (239,245,218). Sum of RGB (Red+Green+Blue) = 239+245+218=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5DA is #100A25. Grayscale: #F0F0F0. Windows color (decimal): -1051174 or 14349807. OLE color: 14349807.

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

Color convert

RGB239245218-
CMYK0.0200.110.04
HSL73.33º57.45%90.78%-
HSV(B)73.33º11.02%96.08%-
XYZ80.988.7279.19-
YUV240.13115.51127.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=34.05%
G=34.90%
B=31.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452180.0200.110.0473.3357.4590.78
HexEFF5DA20B449395b
Octal3573653322013411171133
Binary111011111111010111011010100101110010010011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5DA; }

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

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

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

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

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

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

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

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