#EFF6DA

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

Shades of Rice Flower #EFF6DA

Tints of Rice Flower #EFF6DA

Color information

#EFF6DA (or 0xEFF6DA) is unknown color: approx Rice Flower. HEX triplet: EF, F6 and DA. RGB value is (239,246,218). Sum of RGB (Red+Green+Blue) = 239+246+218=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DA is #100925. Grayscale: #F0F0F0. Windows color (decimal): -1050918 or 14350063. OLE color: 14350063.

HSL color Cylindrical-coordinate representation of color #EFF6DA: hue angle of 75º degrees, saturation: 0.61, 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 #EFF6DA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB239246218-
CMYK0.0300.110.04
HSL75º60.87%90.98%-
HSV(B)75º11.38%96.47%-
XYZ81.2189.3279.29-
YUV240.72115.18126.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 218 (85.55% from 255) = 31.01%
R=34.00%
G=34.99%
B=31.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392462180.0300.110.047560.8790.98
HexEFF6DA30B44b3d5b
Octal3573663323013411375133
Binary111011111111011011011010110101110010010111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6DA; }

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

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

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

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

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

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

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

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