#EFF8C9

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

Shades of Rice Flower #EFF8C9

Tints of Rice Flower #EFF8C9

Color information

#EFF8C9 (or 0xEFF8C9) is unknown color: approx Rice Flower. HEX triplet: EF, F8 and C9. RGB value is (239,248,201). Sum of RGB (Red+Green+Blue) = 239+248+201=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8C9 is #100736. Grayscale: #F0F0F0. Windows color (decimal): -1050423 or 13236463. OLE color: 13236463.

HSL color Cylindrical-coordinate representation of color #EFF8C9: hue angle of 71.49º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFF8C9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB239248201-
CMYK0.0400.190.03
HSL71.49º77.05%88.04%-
HSV(B)71.49º18.95%97.25%-
XYZ79.7189.768.37-
YUV239.95106.02127.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 201 (78.91% from 255) = 29.22%
R=34.74%
G=36.05%
B=29.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392482010.0400.190.0371.4977.0588.04
HexEFF8C940133474d58
Octal35737031140233107115130
Binary11101111111110001100100110001001111100011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8C9; }

 p { color: rgb(239,248,201); }

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

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

 a { background-color: rgb(239,248,201); }

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

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

 span { border-color: rgb(239,248,201); }

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