#EFF2CE

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

Shades of Rice Flower #EFF2CE

Tints of Rice Flower #EFF2CE

Color information

#EFF2CE (or 0xEFF2CE) is unknown color: approx Rice Flower. HEX triplet: EF, F2 and CE. RGB value is (239,242,206). Sum of RGB (Red+Green+Blue) = 239+242+206=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CE is #100D31. Grayscale: #EDEDED. Windows color (decimal): -1051954 or 13562607. OLE color: 13562607.

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

Color convert

RGB239242206-
CMYK0.0100.150.05
HSL65º58.06%87.84%-
HSV(B)65º14.88%94.9%-
XYZ78.4986.3170.92-
YUV237110.51129.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 206 (80.86% from 255) = 29.99%
R=34.79%
G=35.23%
B=29.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422060.0100.150.056558.0687.84
HexEFF2CE10F5413a58
Octal3573623161017510172130
Binary11101111111100101100111010111110110000011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2CE; }

 p { color: rgb(239,242,206); }

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

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

 a { background-color: rgb(239,242,206); }

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

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

 span { border-color: rgb(239,242,206); }

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